Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/bin/bash
  2. exec "$@"
  3.  
  4. $ echo foo bar
  5. foo bar
  6. $ $ echo foo bar
  7. foo bar
  8. $ $ $ echo foo bar
  9. foo bar
  10. $ $ $ $ echo foo bar
  11. foo bar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement