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