This website requires JavaScript.
Explore
Help
Sign in
mdiluz
/
matchy
Watch
1
Star
0
Fork
You've already forked matchy
0
Code
Issues
5
Pull requests
7
Packages
1
Activity
Actions
b6b26b43a4
matchy
/
run.sh
10 lines
107 B
Bash
Raw
Normal View
History
Unescape
Escape
Add run command to loop and run the bot
2024-08-10 00:02:14 +01:00
#!/usr/bin/env bash
set
-x
set
-e
while
python matchy.py
do
Update the run command to use the validated tag
2024-08-10 22:05:40 +01:00
git fetch
git checkout validated
Add run command to loop and run the bot
2024-08-10 00:02:14 +01:00
done
Reference in a new issue
Copy permalink