Guest User

Untitled

a guest
Oct 17th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. for i in `pgrep $1`
  4. do exit
  5. done
  6. parity daemon parity.pid --log-file parity.log --geth
Add Comment
Please, Sign In to add comment