/[sudobot]/branches/2.x/init.sh
ViewVC logotype

Contents of /branches/2.x/init.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/x-sh
File size: 223 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 #!/bin/sh
2
3 mkdir -p config
4 mkdir -p logs
5 mkdir -p tmp
6 mkdir -p storage
7
8 touch logs/join-leave.log
9 echo "{}" > config/snippets.json
10
11 if [ -e config/config.json ]; then
12 exit;
13 fi
14
15 cp sample-config.json config/config.json

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26