Last active
April 12, 2018 19:15
-
-
Save paperbenni/f96f0d3f15db09b79a0136b31b74844a to your computer and use it in GitHub Desktop.
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 | |
if [ -d "spigotjar" ]; then | |
git clone https://minegloryspigot:[email protected]/minegloryspigot/spigotjar.git | |
mv spigotjar/spigot.jar spigot/spigot.jar | |
fi | |
java -jar spigot.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment