Sign in
apache
/
xalan-java
/
refs/tags/xalan-j_2_7_2-rc1
/
.
/
tools
/
antRun
blob: f0a18f16531d283509b834a53dfa245f682c4baf [
file
] [
log
] [
blame
]
#! /bin/sh
# Args: DIR command
cd
"$1"
CMD
=
"$2"
shift
shift
exec
$CMD
"$@"