From: Zdeněk Salvet Date: Thu, 2 Jun 2005 12:03:13 +0000 (+0000) Subject: Support ReallyRunning event and shell escapes. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=df45dfa30de29ca1c4504f298840325de97bb198;p=jra1mw.git Support ReallyRunning event and shell escapes. --- diff --git a/org.glite.lb.client/examples/gen_sample_job b/org.glite.lb.client/examples/gen_sample_job index cc9dfac..c24dc1c 100755 --- a/org.glite.lb.client/examples/gen_sample_job +++ b/org.glite.lb.client/examples/gen_sample_job @@ -93,6 +93,12 @@ awk -F, $NESTED \ /-e UserTag/ { if (checkNOP(4) == 0) logit(); next;} +/-e ReallyRunning/ { if (checkNOP(3) == 0) logit(); + next;} + +# shell escape (for sequence number branching) + +/^!/ { print substr($0,2,(length($0) - 1)); } # macro processing - macro name starts and ends with ':' # in a file gen_MACRONAME.txt is the macro describtion