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
|
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
|