view main/sparsersb/src/matlabbench.sh @ 12699:41d5b212e9fa octave-forge

Applied the patch provided by John Donoghue on Mon 23 Nov 2015 12:10:17 AM UTC, http://savannah.gnu.org/bugs/?46500 .
author michelemartone
date Sun, 06 Dec 2015 10:19:16 +0000
parents 11df638d10e0
children
line wrap: on
line source

#!/bin/bash
if test $# != 1 ; then echo "Please supply a single Matrix Market file name at the command line." ; exit; fi
matlab  -nojvm -nodisplay -nodesktop -nosplash -r "matlabbench('"$1"')"