source: xssim/branches/tpiontek/run.sh @ 107

Revision 107, 152 bytes checked in by wojtekp, 13 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.