Blame view

status.sh 92 Bytes
c6da6bca   tangwang   add status.sh
1
2
3
4
5
6
7
  #!/bin/bash
  
  set -euo pipefail
  
  cd "$(dirname "$0")"
  
  ./scripts/service_ctl.sh status "$@"