summarylogtreecommitdiffstats
path: root/mediathekview.sh
diff options
context:
space:
mode:
authorStephan Springer2019-10-03 18:17:06 +0200
committerStephan Springer2019-10-03 18:18:26 +0200
commit70a3c6797ac2d0b0442a600bbc81297bf2b132b7 (patch)
treea85df5ce19d3b7faec7214486dd748b0e476212f /mediathekview.sh
parentd18914ab44b91031b89fef5944e0f00586c44dac (diff)
downloadaur-70a3c6797ac2d0b0442a600bbc81297bf2b132b7.tar.gz
update to version 13.5.0 (second try)
Thanks Rainer Suhm for the patch!
Diffstat (limited to 'mediathekview.sh')
-rw-r--r--mediathekview.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/mediathekview.sh b/mediathekview.sh
new file mode 100644
index 000000000000..5af190e1ecda
--- /dev/null
+++ b/mediathekview.sh
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+JAVAPATH="/usr/lib/jvm/java-11-openjdk/bin"
+[ -d "$JAVAPATH" ] && export PATH="$JAVAPATH":$PATH
+exec java -Xmx1G -jar /opt/mediathek/MediathekView.jar "$@"