forked from encrypt/toot
range orario su sintesi da discussione https://mastodon.bida.im/@pepsy/101625232756630453
This commit is contained in:
parent
dc384c0cfc
commit
b903caf391
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue