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