Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
computer-report-system
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit e372f88b
authored
2019-09-18 12:59:03 -0300
by
Luciano Barletta
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
message check loop started
1 parent
e02516b2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
check.sh
check.sh
View file @
e372f88
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
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
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment