summarylogtreecommitdiffstats
path: root/gcs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gcs.sh')
-rw-r--r--gcs.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcs.sh b/gcs.sh
deleted file mode 100644
index b5a77303cbc4..000000000000
--- a/gcs.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-if ! /usr/bin/java -version 2>&1 | grep 'version "1.8' >/dev/null
-then
- echo "GURPS character sheet requires Java 8" >&2
- exit 1
-fi
-GCS_LIBRARY=/usr/share/gcs exec /usr/bin/java -jar '/usr/share/java/gcs/gcs.jar' "$@"