From 238548582c59294fdc265246a1ab764b9e33d3c3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 29 Jan 2012 16:16:45 -0500 Subject: reshuffle a little more, add javacv and javacpp --- frc-bin/smartdashboard-client/smartdashboard.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 frc-bin/smartdashboard-client/smartdashboard.sh (limited to 'frc-bin/smartdashboard-client/smartdashboard.sh') diff --git a/frc-bin/smartdashboard-client/smartdashboard.sh b/frc-bin/smartdashboard-client/smartdashboard.sh new file mode 100644 index 0000000..4378584 --- /dev/null +++ b/frc-bin/smartdashboard-client/smartdashboard.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +cd /usr/share/smartdashboard + +if [ "`whoami`" == Driver ]; then + java -jar SmartDashboard.jar competition +else + java -jar SmartDashboard.jar +fi -- cgit v1.2.3