#!/bin/sh

ofile=${1}.rid

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