antRun 77 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #! /bin/sh # Args: DIR command cd "$1" CMD="$2" shift shift exec $CMD "$@"