Advertisement
Guest User

Untitled

a guest
May 26th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function myHandler() {
  2. ...
  3. }
  4. trap 'myHandler' DEBUG
  5.  
  6. function myHandler() {
  7. if ! myCondition ; then
  8. abort the execution of BASH_COMMAND right here
  9. fi
  10. # Proceed with the execution of BASH_COMMAND
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement