summaryrefslogtreecommitdiff
path: root/frc-notworking/smartdashboard-client/smartdashboard.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-01-29 19:25:16 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-01-29 19:25:16 -0500
commitf99d7432279b9d75e155d4d1240f32833e80108f (patch)
treefd4beec4ec317f5b05e3a5682b6409357de216cb /frc-notworking/smartdashboard-client/smartdashboard.sh
parent6e4966a0d6e539205edd0832162c5218dca535d6 (diff)
mv frc-{bin,libre}/smartdashboard-client
Diffstat (limited to 'frc-notworking/smartdashboard-client/smartdashboard.sh')
-rw-r--r--frc-notworking/smartdashboard-client/smartdashboard.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/frc-notworking/smartdashboard-client/smartdashboard.sh b/frc-notworking/smartdashboard-client/smartdashboard.sh
deleted file mode 100644
index 4378584..0000000
--- a/frc-notworking/smartdashboard-client/smartdashboard.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-cd /usr/share/smartdashboard
-
-if [ "`whoami`" == Driver ]; then
- java -jar SmartDashboard.jar competition
-else
- java -jar SmartDashboard.jar
-fi