Denim-Bot/start.sh

12 lines
135 B
Bash

while true
do
if node .
then
echo stahuju update
git stash
git pull
else
break
fi
done