remove obsolete init file
[cloudstore.git] / gearman-status.sh
1 #!/bin/sh -xe
2
3 command=$1
4 test -z "$command" && command="STATUS"
5 echo $command | nc -w 1 127.0.0.1 4730 | column -t