Skip to content
Snippets Groups Projects
arc-search-for-pattern.xrsl 313 B
Newer Older
&( executable = "search-for-pattern.sh" )
 (  arguments = "bbb data.txt output.txt" )
 ( inputFiles = 
    ( "data.txt" "" )
 )
 ( outputFiles = 
    ( "output.txt" "" )
 )
 (      queue = "flash" )
 (    jobname = "arc-search-flash" )
 (     stdout = "stdout" )
 (       join = "yes" )
 (      gmlog = "gmlog" )