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