summaryrefslogtreecommitdiff
path: root/libre/beanshell/bsh.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-06-14 21:01:59 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-14 21:01:59 -0600
commitb78821f1ed6513bc397a67f7c796d5f6348aaef6 (patch)
tree344dcebe7682bc9d009480e680a3725d0bc58f88 /libre/beanshell/bsh.sh
parente63a49ddbc2945f67243765500eeba044a2e89b8 (diff)
downloadabslibre-b78821f1ed6513bc397a67f7c796d5f6348aaef6.tar.gz
abslibre-b78821f1ed6513bc397a67f7c796d5f6348aaef6.tar.bz2
abslibre-b78821f1ed6513bc397a67f7c796d5f6348aaef6.zip
Clean up java/beanshell, move it to libre/beanshell
Diffstat (limited to 'libre/beanshell/bsh.sh')
-rwxr-xr-xlibre/beanshell/bsh.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/libre/beanshell/bsh.sh b/libre/beanshell/bsh.sh
new file mode 100755
index 000000000..70d30211d
--- /dev/null
+++ b/libre/beanshell/bsh.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+export CLASSPATH="/usr/share/java/bsh.jar${CLASSPATH:+:$CLASSPATH}"
+exec java bsh.Interpreter