Add run command to loop and run the bot

This commit is contained in:
Marc Di Luzio 2024-08-10 00:02:14 +01:00
parent 1816e38db6
commit 331677ad09

8
run.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -x
set -e
while python matchy.py
do
git pull
done