diff --git a/start_prod.sh b/start_prod.sh new file mode 100644 index 0000000..e4add23 --- /dev/null +++ b/start_prod.sh @@ -0,0 +1 @@ +while true; do python3 ./bot.py --production; sleep 3; done \ No newline at end of file diff --git a/start_test.sh b/start_test.sh new file mode 100644 index 0000000..861bcdd --- /dev/null +++ b/start_test.sh @@ -0,0 +1 @@ +while true; do python3 ./bot.py --test prod-like; sleep 3; done \ No newline at end of file