Skip to content

Instantly share code, notes, and snippets.

@paperbenni
Last active April 12, 2018 19:15
Show Gist options
  • Save paperbenni/f96f0d3f15db09b79a0136b31b74844a to your computer and use it in GitHub Desktop.
Save paperbenni/f96f0d3f15db09b79a0136b31b74844a to your computer and use it in GitHub Desktop.
#!/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