Commit e372f88b by Luciano Barletta

message check loop started

1 parent e02516b2
Showing 1 changed file with 5 additions and 5 deletions
ID=$1
DATA=$(curl -d "id=$ID" -H "application/x-www-form-urlencoded" 192.168.15.75:5000/cons)
echo $DATA
\ No newline at end of file \ No newline at end of file
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
\ No newline at end of file \ No newline at end of file
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!