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/infrastructure/docker/image/resources/poll.sh

9 lines
138 B
Bash

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