4
0
Fork 1
forked from encrypt/toot
MastodonMegafono/megafono_bot.sh
2019-02-19 12:53:09 +00:00

13 lines
No EOL
249 B
Bash
Executable file

SLEEP_INTERVAL=3h
#
# Last line should be empty, so we dont need an additional read here
# after the while loop
#
while read line
do
echo "[INFO] Now tooting: $line"
./toot.sh $line >/dev/null 2>&1 &
sleep ${SLEEP_INTERVAL}
done < megafono.txt