6#--------------------------------------------------------------------------------------
8# Utility script for batch queue functions.
10#--------------------------------------------------------------------------------------
14# Put command(s) in given queue; do not submit job.
17# \param 2-N command(s)
24 echo -n "$*;" >> $queue_name
29# Put command(s) in given queue and submit job.
32# \param 2-N command(s)
39 echo "$*" >> $queue_name