summaryrefslogtreecommitdiff
path: root/desktop/scripts/smath.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/scripts/smath.sh')
-rwxr-xr-xdesktop/scripts/smath.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/scripts/smath.sh b/desktop/scripts/smath.sh
new file mode 100755
index 000000000000..454fa135ff8e
--- /dev/null
+++ b/desktop/scripts/smath.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cmd=`dirname "$0"`/soffice
+exec "$cmd" --math "$@"