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