mastodon-bot/poll.sh
2019-03-11 12:15:13 +01:00

10 lines
135 B
Bash
Executable file

#!/bin/sh
while true; do
echo "Polling Bot"
cd /mastodon-bot
npm start
echo "Poll done, waiting 600 seconds"
sleep 600
done