Guest User

Untitled

a guest
Apr 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Kill the process A
  4. # Do something...
  5. # Start the process A
  6.  
  7. subprocess.Popen("./script.sh")
Add Comment
Please, Sign In to add comment