This repository has been archived on 2023-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-bot/poll.sh

10 lines
135 B
Bash
Raw Normal View History

2019-03-11 11:15:13 +00:00
#!/bin/sh
while true; do
echo "Polling Bot"
cd /mastodon-bot
npm start
echo "Poll done, waiting 600 seconds"
sleep 600
done