Initial commit
This commit is contained in:
7
scripts/mlint
Executable file
7
scripts/mlint
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $# -gt 0 ]; then
|
||||
arg=$1
|
||||
echo "File:" $arg
|
||||
(exec /usr/local/MATLAB/R2016a/bin/glnxa64/mlint $arg)
|
||||
fi
|
||||
Reference in New Issue
Block a user