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
dmitri.sotnikov@gmail.com 72f85c1a51 clean up, updated docs
2020-02-27 17:12:07 -05:00

9 lines
135 B
Bash

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