Changeset 198
- Timestamp:
- 04/06/10 20:09:41 (2 years ago)
- Files:
-
- 1 modified
-
trunk/scripts/jergometer (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/jergometer
r137 r198 9 9 Darwin) 10 10 OS=MacOSX 11 JFLAGS=-d32 11 12 ;; 12 13 esac … … 26 27 action=start 27 28 while [ "$action" = "start" ]; do 28 java -Djava.library.path=lib/dlls/$OS/$ARCH -cp jergometer.jar:lib/RXTXcomm.jar org.jergometer.Jergometer "$@"29 java $JFLAGS -Djava.library.path=lib/dlls/$OS/$ARCH -cp jergometer.jar:lib/RXTXcomm.jar org.jergometer.Jergometer "$@" 29 30 if [ "$?" != "255" ]; then 30 31 action=end
![(please configure the [header_logo] section in trac.ini)](https://jergometer.org/images/fork_me_on_github.png)