geirm 01/02/11 12:20:41
Added: examples example.sh
Log:
Replacing the test.sh file, to keep things neat.
Revision Changes Path
1.1 jakarta-velocity/examples/example.sh
Index: example.sh
===================================================================
echo "Running Example with input file 'example.vm'"
for i in ../bin/*.jar
do
_VELCP=$VELCP:"$i"
done
java -cp $_VELCP:. Example example.vm
