5
0
Fork 1
forked from encrypt/toot
This commit is contained in:
jops 2019-02-24 00:43:06 +01:00
parent dc384c0cfc
commit b903caf391

View file

@ -34,7 +34,7 @@ do
# after the while loop
while read line
do
#eval ./toot.sh $line
eval ./toot.sh $line
SLEEP_TOOT=$(random_time_on_range $FLOOR_HOUR_SLEEP_INTERVAL $CEILING_HOUR_SLEEP_INTERVAL)
sleep $SLEEP_TOOT"h"
done < ${DATA_FILE}