Shell script
0001 #!/bin/bash 0002 # 0003 # Filename: condor_matlab.sh 0004 # 0005 # Example of use: 0006 # ./matlab.sh "function(a,c,'filename.txt''filename.txt')" 0007 # 0008 0009 # run matlab in text mode 0010 exec "$LUKE_matlabroot"matlab -nojvm -nodisplay -nosplash -r "$*"