Skip to content
Snippets Groups Projects
Commit 3005e03d authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

fix for eof

parent 79bbc7fa
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
if [ "$ARCH" == "Linux" ]; then
/mnt/prince-data/MATLAB/$MATLAB_VER/bin/./matlab -nodesktop -nosplash < test/*.m
fi
CODE=$?
exit $CODE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment