1 2 3 4 5 6 7 8 9
#!/bin/sh ofile=${1}.rid runMatlab parGetVecs \'${1}\' echo 16128 > ${ofile} cat ${1}_a.txt >> ${ofile} cat ${1}_b.txt >> ${ofile} echo 0 >> ${ofile}