Add run command to loop and run the bot
This commit is contained in:
parent
1816e38db6
commit
331677ad09
1 changed files with 8 additions and 0 deletions
8
run.sh
Executable file
8
run.sh
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
set -x
|
||||||
|
set -e
|
||||||
|
|
||||||
|
while python matchy.py
|
||||||
|
do
|
||||||
|
git pull
|
||||||
|
done
|
Loading…
Add table
Reference in a new issue