#!/usr/bin/env zsh SCRIPT_DIR=$(dirname $(realpath $0))/undocked for script in $SCRIPT_DIR/undocked_*.sh; do $script done