cppannotations/bin/createall
2008-12-06 12:41:07 +00:00

11 lines
184 B
Bash
Executable file

#!/bin/sh
CWD=`pwd`
if [ `basename $CWD` != "bin" ]
then
echo $0 must be called from the bin subdirectory
exit 1
fi
(allcreate.aux $0 $* 2>&1) | /usr/bin/tee ../script.log