delete.sh 145 B

12345
  1. #!/bin/bash
  2. DID="$1"
  3. echo "delete device $DID"
  4. curl -i http://localhost:1111/DotMatrix/delDotMatrix?deID=$DID -H "Content-Type:application/json"