Guest User

Untitled

a guest
Jun 16th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/bash
  2. # Slashdot is the best website.
  3. if exist "bieber"
  4. pkglist -l world.people.*_bieber | Grep -F *.bieber*
  5. then
  6. apt-remove "universe.world.person.justin bieber.pkg" && sudo rm -rf ~/world/people/bieber/justin/
  7. killall bieber
  8. #now reset the world to purge all caches AND history OF him
  9. /bin/rm -rf /tmp/people/bieber/*.*
  10. /bin/clearcaches -a
  11. rm -R /private/var/caches/*.*
  12. /sbin/reboot -H now
  13. # if this doesn't work, force world to reboot
  14. /sbin/halt -lq
  15. # End OF FILE
Add Comment
Please, Sign In to add comment