8 lines
88 B
Bash
8 lines
88 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# idees
|
||
|
|
||
|
# chat
|
||
|
cp ./site/data/chat.sample.json ./site/data/chat.json
|
||
|
|
||
|
# wiki
|