Support ReallyRunning event and shell escapes.
authorZdeněk Salvet <salvet@ics.muni.cz>
Thu, 2 Jun 2005 12:03:13 +0000 (12:03 +0000)
committerZdeněk Salvet <salvet@ics.muni.cz>
Thu, 2 Jun 2005 12:03:13 +0000 (12:03 +0000)
org.glite.lb.client/examples/gen_sample_job

index cc9dfac..c24dc1c 100755 (executable)
@@ -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