rcmaehl

Untitled

Jul 26th, 2011
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. #!/bin/sh
  2. echo -n "Uninstalling Minecraft..."
  3. rm -rf ~/.minecraft/{bin,launcher,resources,texturepacks}
  4. echo "Done, you can start Minecraft now.\nIf you have any issues, please come back to #minecrafthelp."
  5. read -t 5
  6. exit 0
Advertisement
Add Comment
Please, Sign In to add comment