Changes between Version 31 and Version 32 of qcg-directives
- Timestamp:
- 08/23/13 23:41:54 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qcg-directives
v31 v32 195 195 196 196 = 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 }}} 198 205 199 206 = preprocess =