Parent Directory
|
Revision Log
build: update project initialization script
1 | #!/bin/sh |
2 | |
3 | mkdir config |
4 | mkdir logs |
5 | mkdir tmp |
6 | mkdir storage |
7 | |
8 | touch logs/join-leave.log |
9 | echo "{}" > config/snippets.json |
10 | cp sample-config.json config/config.json |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |