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
138 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
2020-06-29 17:55:57 +00:00
mastodon-bot
2019-03-11 11:15:13 +00:00
echo "Poll done, waiting 600 seconds"
sleep 600
done