5
0
Fork 1
forked from encrypt/toot

Aggiunta parametro per scegliere file

This commit is contained in:
d0c 2019-12-08 17:03:46 +01:00
parent 5056dbb40f
commit 1f95a7ba13

View file

@ -9,9 +9,12 @@ FLOOR_HOUR_SLEEP_INTERVAL=5
CEILING_HOUR_SLEEP_INTERVAL=19
# File containing the toots to post
if [ ! -z "$1" ]; then
DATA_FILE=$1
else
DATA_FILE=megafono.txt
fi
#
# CONFIGURATION END
#