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