Files
JSETC/start_prod.sh
2026-05-09 11:29:13 +09:00

1 line
59 B
Bash
Executable File

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