!# /bin/bash #!/bin/bash while IFS= read -r line; do echo "$line" curl -k $line sleep 20 done <"$1"