summaryrefslogtreecommitdiff
path: root/genRid.sh
blob: b2676f20bbaf296713254be31c08d63656021be3 (plain)
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}