Sign in
apache
/
forrest
/
refs/heads/FORREST_02_BRANCH
/
.
/
tools
/
ant
/
bin
/
antRun
blob: 6d79e43298c5e52b56a6a7672daa8dae555da4e9 [
file
]
#! /bin/sh
# Copyright (c) 2001-2002 The Apache Software Foundation. All rights
# reserved.
# Args: DIR command
cd
"$1"
CMD
=
"$2"
shift
shift
exec
"$CMD"
"$@"