forked from encrypt/toot
repeat after file finished
This commit is contained in:
parent
56d5d1caaf
commit
c508258722
1 changed files with 14 additions and 9 deletions
|
@ -1,6 +1,9 @@
|
||||||
|
|
||||||
SLEEP_INTERVAL=3h
|
SLEEP_INTERVAL=3h
|
||||||
|
|
||||||
|
|
||||||
|
while :
|
||||||
|
do
|
||||||
#
|
#
|
||||||
# Last line should be empty, so we dont need an additional read here
|
# Last line should be empty, so we dont need an additional read here
|
||||||
# after the while loop
|
# after the while loop
|
||||||
|
@ -11,3 +14,5 @@ do
|
||||||
./toot.sh $line >/dev/null 2>&1 &
|
./toot.sh $line >/dev/null 2>&1 &
|
||||||
sleep ${SLEEP_INTERVAL}
|
sleep ${SLEEP_INTERVAL}
|
||||||
done < megafono.txt
|
done < megafono.txt
|
||||||
|
|
||||||
|
done
|
Loading…
Reference in a new issue