rcmaehl

Untitled

Jul 26th, 2011
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. #!/bin/sh
  2. echo -n "Uninstalling Minecraft..."
  3. if [[ -dO ~/.minecraft]]; then
  4.   rm -rf ~/.minecraft/{bin,launcher,resources,texturepacks} > /dev/null 2>&1
  5.   exit 0 | echo "Done, you can start Minecraft now.\nIf you have any issues, please come back to #minecrafthelp."
  6.   exit 0
  7. else
  8.   exit 1 | echo "Error!\nMinecraft has not been installed, or has already been completely removed!"
  9. fi
Advertisement
Add Comment
Please, Sign In to add comment