Advertisement
rcmaehl

Untitled

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