aboutsummarylogtreecommitdiffstats
path: root/matlab.script
diff options
context:
space:
mode:
authorMarco Rubin2022-04-19 17:45:18 +0200
committerMarco Rubin2022-04-19 17:45:18 +0200
commit8acbc683888f8acd45f8099116ca0771e4e578d2 (patch)
treeaafe7cd55803a386e5b29642f1f08b73b2ddf0ea /matlab.script
parent04100d8083b1adda32a93ce9a294a35f8289cbfd (diff)
downloadaur-8acbc683888f8acd45f8099116ca0771e4e578d2.tar.gz
Update to 2022a
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