I have this Bash script:
#!/bin/bash
while read -r line; do
ip="$line"
torify ./PRET/pret.py $ip pjl -q -i ./commands.txt
done < "./potential_bros.txt"
Why do I get this error?
commands.txt=
print ./message.pdf
display Completed
quit
potential_bros.txt = my ip