RockPaperScissors/start.sh

9 lines
171 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
2021-12-02 16:28:41 +00:00
echo '{"prefix": "ju!"}' > Juustobotti/config.json
2021-12-02 15:49:30 +00:00
git pull
2021-11-30 21:09:19 +00:00
node .
done