Skip to content

Instantly share code, notes, and snippets.

@dolphin2410
Created July 6, 2021 04:51
Show Gist options
  • Save dolphin2410/a615f567b5de70b76435466560d79bc3 to your computer and use it in GitHub Desktop.
Save dolphin2410/a615f567b5de70b76435466560d79bc3 to your computer and use it in GitHub Desktop.
import urllib.request
import os
urllib.request.urlretrieve("https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar", "./buildtool.jar")
os.system("java -jar buildtool.jar --rev latest --remapped")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment