Last active
January 25, 2020 11:45
-
-
Save KaratekHD/9446a0fa0cb92c649d6cc5e81cace814 to your computer and use it in GitHub Desktop.
KMC script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "Karatek Minecraft Launcher Utilitie v1.0" | |
echo "Copyright (C) 2019 Karatek_HD. Do not distribute!" | |
cd | |
cd Downloads | |
rm .bootstrap-universal-1-0.jar | |
wget -O .bootstrap-universal-1-0.jar https://karatekhd.github.io/Magewars/download/universal/bootstrap-universal-1-0.jar | |
java -jar .bootstrap-universal-1-0.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment