I got sick and tired of having to type out a wget command each time minecraft updated. Laziness creates innovation. My 10 second script. Code: import urllib urllib.urlretrieve("http://dl.bukkit.org/latest-rb/craftbukkit.jar", "craftbukkit.jar") Python FTW. Updating is now 1 command.