summarylogtreecommitdiffstats
path: root/quollwriter.sh
diff options
context:
space:
mode:
authorTim Dorohin2018-08-07 16:56:13 +0300
committerTim Dorohin2018-08-07 16:56:13 +0300
commitccc12aec0063d30334eaa37e96a3e86699847887 (patch)
tree352585aa54b7dde512aafe19ba361b3717b74813 /quollwriter.sh
downloadaur-ccc12aec0063d30334eaa37e96a3e86699847887.tar.gz
Initial package commit
Diffstat (limited to 'quollwriter.sh')
-rw-r--r--quollwriter.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/quollwriter.sh b/quollwriter.sh
new file mode 100644
index 000000000000..03cf46cf4347
--- /dev/null
+++ b/quollwriter.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+exec "$JAVA_HOME/bin/java" -cp
+'/usr/share/java/quollwriter/*:/usr/share/java/quollwriter/docx4j/*'
+com.quollwriter.Startup "$@"