RockPaperScissors/start.sh

9 lines
140 B
Bash
Raw Normal View History

2021-11-30 21:09:19 +00:00
while [ true ]
do
2021-12-02 15:49:30 +00:00
rm -rf Juustobotti
git clone https://github.com/Pizzakeitto/Juustobotti.git
rm Juustobotti/.git
git pull
2021-11-30 21:09:19 +00:00
node .
done