]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/MultihopOscilloscope/java/run
Merge devel code into the trunk.
[tinyos-2.x.git] / apps / MultihopOscilloscope / java / run
diff --git a/apps/MultihopOscilloscope/java/run b/apps/MultihopOscilloscope/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