summaryrefslogtreecommitdiff
path: root/genRid.sh
blob: c0fa2b0fba4f6df4b6e5e5e31067217c4f1d4f0d (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

ofile=${1}.rid

runMatlab parGetVecs \'${1}\'
echo 2784 > ${ofile}
cat ${1}_a.txt >> ${ofile}
cat ${1}_b.txt >> ${ofile}
echo 0 >> ${ofile}