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
  1. #!/bin/sh
  2. cont=""
  3. while [ "$cont" != "new Object({ 'state' : 'done' })" ]
  4. do
  5. cont=`curl -s -H "x-progress-id: $1" http://172.16.10.67/progress | sed -e 's/[\n\r]//'`
  6. echo "[$1] '$cont'"
  7. done