Guest User

Untitled

a guest
Jul 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. augustus:zsh(master) caius$ function command_not_found_handler () {
  2. echo "handling not found error"; echo $*
  3. }
  4.  
  5.  
  6.  
  7.  
  8. echo "handling not found error"
  9. echo $*
  10. }
  11. }% augustus:zsh(master) caius$ boob
  12. handling not found error
  13. boob
Add Comment
Please, Sign In to add comment