User: norbert
Date: 00/05/25 18:16:17
Added: build/bin antRun
Log:
Add files for UNIX build
Revision Changes Path
1.1 spyderMQ/build/bin/antRun
Index: antRun
===================================================================
#! /bin/sh
# Args: DIR command
cd $1
CMD=$2
shift
shift
if test -f $CMD.sh; then
CMD="sh $CMD.sh"
fi
echo $CMD $@
echo $CMD $@ | sh
