You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 12345678 |
- #!/bin/sh
-
- cont=""
- while [ "$cont" != "new Object({ 'state' : 'done' })" ]
- do
- cont=`curl -s -H "x-progress-id: $1" http://172.16.10.67/progress | sed -e 's/[\n\r]//'`
- echo "[$1] '$cont'"
- done
|