Mercurial > hg > plml
view swiplml @ 32:f2339ddcfe95
Add if/3 and if/2 Matlab statement constructs.
author | samer |
---|---|
date | Tue, 06 Mar 2012 12:37:34 +0000 |
parents | de95213cdcc2 |
children |
line wrap: on
line source
#!/bin/sh MATLAB=$(matlab -e | grep MATLAB= | sed -e 's/MATLAB=//') ARCH=$(matlab -e | grep ARCH= | sed -e 's/ARCH=//') export DYLD_FALLBACK_LIBRARY_PATH=/lib:/usr/lib:/usr/X11/lib:$MATLAB/bin/$ARCH swipl "$@"