poi/tools/ant/bin/antRun
2002-03-03 22:25:28 +00:00

10 lines
77 B
Bash
Executable File

#! /bin/sh
# Args: DIR command
cd "$1"
CMD="$2"
shift
shift
exec $CMD "$@"