summaryrefslogtreecommitdiff
path: root/academic/smath-studio/smath-studio.sh
diff options
context:
space:
mode:
Diffstat (limited to 'academic/smath-studio/smath-studio.sh')
-rw-r--r--academic/smath-studio/smath-studio.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/academic/smath-studio/smath-studio.sh b/academic/smath-studio/smath-studio.sh
new file mode 100644
index 0000000000..73c501af2f
--- /dev/null
+++ b/academic/smath-studio/smath-studio.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd $(dirname $(readlink -f $0))
+exec mono ./SMathStudio_Desktop.exe "$@"