2 cd ${0%/*} ||
exit 1 # run from this directory
9 while [ "$#" -ge 1 ]; do echo "$1"; shift; done
12 Usage: ${0##*/} [OPTION]
15 -l -latestTime option for sample
18 Runs a set of samples across the cone face and concatenates output files
23 # -----------------------------------------------------------------------------
39 usage
"unknown option/argument: '$*'"
47 LSDIR
=`ls $SDIR | head -1`
48 EXAMPLE_FILE
=`ls -1 $SDIR/${LSDIR}/* | head -1`
49 FS
=`basename $EXAMPLE_FILE | cut -d_ -f2-`
53 cat ${d}/cone25_${FS} ${d}/cone55_${FS} ${d}/base_${FS} > ${d}/biconic_${FS}
56 # ----------------------------------------------------------------- end-of-file