Guest User

Untitled

a guest
Jul 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. set -x
  4. foo() { su - root -c\"$@\"; }
  5.  
  6. foo there can be only one
  7.  
  8. + foo there can be only one
  9. + su root '-c"there' can be only 'one"'
  10.  
  11.  
  12.  
  13. ### How to get the output to
  14.  
  15. su - root -c'there can be only'
Add Comment
Please, Sign In to add comment