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