Files
JSETC/start_prod.sh
2026-05-09 11:28:08 +09:00

1 line
59 B
Bash

while true; do python3 ./bot.py --production; sleep 3; done