RockPaperScissors/start.sh
2021-12-02 18:26:03 +01:00

9 lines
171 B
Bash
Executable file

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