summaryrefslogtreecommitdiff
path: root/desktop/scripts/smath.sh
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-25 12:52:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-25 12:52:54 +0000
commit036ed05fe35044e49a91e12b6a8e5f36a5b9c4c2 (patch)
tree548f94ab4475b5abbcdaef7bb6705858ce0c17e9 /desktop/scripts/smath.sh
parent945abd8ce8e081e524ac5d34a63d37ad2b654a45 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'desktop/scripts/smath.sh')
-rw-r--r--desktop/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 100644
index 000000000000..ae4e3670a8d5
--- /dev/null
+++ b/desktop/scripts/smath.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cmd=`dirname "$0"`/soffice
+exec "$cmd" -math "$@"