Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
qlib.csh
Go to the documentation of this file.
1#!/bin/csh
2#
3#
4# \author mdejong
5#
6#--------------------------------------------------------------------------------------
7#
8# Utility script for batch queue functions.
9#
10#--------------------------------------------------------------------------------------
11
12
13#
14# Put command(s) in given queue; do not submit job.
15#
16# \param 1 queue name
17# \param 2-N command(s)
18#
19alias put_queue 'eval echo -n "\!:2*;" >>! \!:1'
20
21
22#
23# Put command(s) in given queue and submit job.
24#
25# \param 1 queue name
26# \param 2-N command(s)
27#
28alias puts_queue 'eval echo "\!:2*" >>! \!:1'