Simple download script

Discussion in 'Bukkit Tools' started by 7cardcha, May 7, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    7cardcha

    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.
     
Thread Status:
Not open for further replies.

Share This Page