]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/TestCollection/java/run
added java stuff to the TestCollection apps
[tinyos-2.x.git] / apps / tosthreads / apps / TestCollection / java / run
diff --git a/apps/tosthreads/apps/TestCollection/java/run b/apps/tosthreads/apps/TestCollection/java/run
new file mode 100755 (executable)
index 0000000..5b5df76
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+if cygpath -w / >/dev/null 2>/dev/null; then
+  CLASSPATH="oscilloscope.jar;$CLASSPATH"
+else
+  CLASSPATH="oscilloscope.jar:$CLASSPATH"
+fi
+java Oscilloscope