summaryrefslogtreecommitdiff
path: root/genRid.sh
diff options
context:
space:
mode:
Diffstat (limited to 'genRid.sh')
-rwxr-xr-xgenRid.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/genRid.sh b/genRid.sh
new file mode 100755
index 0000000..b2676f2
--- /dev/null
+++ b/genRid.sh
@@ -0,0 +1,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}