Compare commits

..

1 Commits

Author SHA1 Message Date
Clemens Klug f6cb85c211 add pre/post exec hooks 2019-04-10 10:37:39 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Examples:
### pre/post exec
e.g. `python3 start.py test.lst -a ps --pre 'echo {path} {step}' --post './sample/notify_telegram.sh <telegram_bot_key> <telegram_room> {path} {cmd} {returncode} \n {stdout}'
e.g. `python3 start.py test.lst -a ps --pre 'echo {path} {step}' --post './sample/notify_telegram.sh <telegram_bot_key> <telegram_room> {path} {cmd} {returncode} \n {stdout}'`
## manual config