Changes between Version 31 and Version 32 of qcg-directives

Show
Ignore:
Timestamp:
08/23/13 23:41:54 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qcg-directives

    v31 v32  
    195195 
    196196= postprocess = 
    197 '''postprocess''' - task epilog 
     197'''postprocess''' - task epilog. The value of the directive can be command or path to the script which is executed when the main task finish. 
     198 
     199{{{ 
     200#QCG postprocess=tar cvf wynik.tar * 
     201}}} 
     202{{{ 
     203#QCG postprocess=postprocess-script.sh 
     204}}} 
    198205 
    199206= preprocess =