aboutsummarylogtreecommitdiffstats
path: root/matlab.script
diff options
context:
space:
mode:
Diffstat (limited to 'matlab.script')
-rw-r--r--matlab.script9
1 files changed, 0 insertions, 9 deletions
diff --git a/matlab.script b/matlab.script
deleted file mode 100644
index b9195d2581c8..000000000000
--- a/matlab.script
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/dash
-# vim:ft=sh
-
-if [ -n "$1" ] && [ -x "$1" ]; then
- matlab -batch "$1"
-else
- echo 'Need executable file as an argument'
- exit 1
-fi