Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. pid = Process.spawn("sudo", "ls", "-lah")
  2. Process.wait2 pid
  3.  
  4. pid = Process.spawn("sudo", "ls", "-lah", pgroup: true)
  5. Process.wait2 pid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement