add starting scripts

This commit is contained in:
2026-05-09 11:28:08 +09:00
parent 973e082bc2
commit 2d36c94852
2 changed files with 2 additions and 0 deletions

1
start_prod.sh Normal file
View File

@@ -0,0 +1 @@
while true; do python3 ./bot.py --production; sleep 3; done

1
start_test.sh Normal file
View File

@@ -0,0 +1 @@
while true; do python3 ./bot.py --test prod-like; sleep 3; done