RockPaperScissors/start.sh
2021-12-02 17:28:41 +01:00

10 lines
192 B
Bash
Executable file

while [ true ]
do
rm -rf Juustobotti
git clone https://github.com/Pizzakeitto/Juustobotti.git
rm Juustobotti/.git
echo '{"prefix": "ju!"}' > Juustobotti/config.json
git pull
node .
done