#!/usr/bin/env bash if ! [ -d "$APP_SERVICES/$1" ]; then echo "Service '$1' does not exist." exit 1 fi