while [ true ]
do
rm -rf Juustobotti
git clone https://github.com/Pizzakeitto/Juustobotti.git
rm Juustobotti/.git
git pull
node .
done