Guest User

Untitled

a guest
Jan 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. ~$ trap 'echo ok' RETURN
  2. ~$ f () { echo ko; }
  3. ~$ f
  4. ko
  5. ~$ . x
  6. ok
  7. ~$ cat x
  8. ~$
Add Comment
Please, Sign In to add comment