From e156b18c54682096c5d1ff52987e65c069bbea08 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 29 Jan 2012 15:29:41 -0500 Subject: shuffle things around, add smartdashboard --- frc-notworking/smartdashboard-client/smartdashboard.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 frc-notworking/smartdashboard-client/smartdashboard.sh (limited to 'frc-notworking/smartdashboard-client/smartdashboard.sh') diff --git a/frc-notworking/smartdashboard-client/smartdashboard.sh b/frc-notworking/smartdashboard-client/smartdashboard.sh new file mode 100644 index 0000000..4378584 --- /dev/null +++ b/frc-notworking/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