您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

client.sh 194B

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