1 2 3 4 5 6 7
#!/usr/bin/env zsh SCRIPT_DIR=$(dirname $(realpath $0))/undocked for script in $SCRIPT_DIR/undocked_*.sh; do $script done