summaryrefslogtreecommitdiffstats
path: root/scripts/goctave
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/goctave')
-rwxr-xr-xscripts/goctave5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/goctave b/scripts/goctave
new file mode 100755
index 0000000..f0f5d14
--- /dev/null
+++ b/scripts/goctave
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+octave --gui $@
+
+# vim: expandtab sw=2 ts=2