Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/bin/sh/
  2.  
  3. if [ ! -f /tmp/accsilent ]; then
  4. /home/user/shh.sh &
  5. echo "Enabled"
  6. echo "touch /tmp/accsilent" | sudo gainroot
  7. exit 0
  8. else
  9. pkill shh.sh
  10. echo "Disabled"
  11. echo "rm /tmp/accsilent" | sudo gainroot
  12. exit 1
  13. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement