5
0
Fork 1
forked from encrypt/toot

fixed, need thinking as commands can be injected in eval

This commit is contained in:
ekardnam 2019-02-21 11:45:47 +00:00
parent 3d492d0d20
commit 5f7fe2ac96

View file

@ -20,7 +20,7 @@ do
# after the while loop
while read line
do
./toot.sh $line
eval ./toot.sh $line
sleep ${SLEEP_INTERVAL}
done < ${DATA_FILE}