RockPaperScissors/start.sh
2021-12-02 16:49:30 +01:00

9 lines
140 B
Bash
Executable file

while [ true ]
do
rm -rf Juustobotti
git clone https://github.com/Pizzakeitto/Juustobotti.git
rm Juustobotti/.git
git pull
node .
done