Denim-Bot/start.sh
2021-04-29 00:15:42 +02:00

11 lines
117 B
Bash

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