source: DCWoRMS/branches/toulouse/dcworms/example/run.sh @ 863

Revision 863, 152 bytes checked in by wojtekp, 12 years ago (diff)
  • Property svn:executable set to *
Line 
1#! /bin/bash
2
3CP="build/classes:properties/";
4for i in `find jars -iname *.jar`
5do
6        CP=$CP:$i;
7done
8
9java -Xmx1536m -XX:+UseSerialGC -classpath $CP $*
10
Note: See TracBrowser for help on using the repository browser.