#!/usr/bin/env bash for d in "$APP_SERVICES"/*/; do if [ -e "$d" ]; then echo "$(basename "$d")" fi done