Files
dot/scripts/mlint
Martin Pander 03c7bc3c59 Initial commit
2020-09-10 09:54:18 +02:00

8 lines
121 B
Bash
Executable File

#!/bin/bash
if [ $# -gt 0 ]; then
arg=$1
echo "File:" $arg
(exec /usr/local/MATLAB/R2016a/bin/glnxa64/mlint $arg)
fi