Guest User

Untitled

a guest
Oct 19th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. cyd=`ps ax | grep -i cydia | grep -i -v grep | awk '{ print $2 }'`
  2. if [ -n $cyd ]; then
  3. kill $cyd
  4. fi
Add Comment
Please, Sign In to add comment