check.sh 149 Bytes Raw Blame History Permalink 1 2 3 4 5 while IFS= read -r ID do DATA=$(curl -d "id=$ID" -H "application/x-www-form-urlencoded" 192.168.15.75:5000/cons) echo $DATA done < msg_id.txt