status.sh 92 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 #!/bin/bash set -euo pipefail cd "$(dirname "$0")" ./scripts/service_ctl.sh status "$@"