资 源 简 介
This command line python script is intended to keep your computer up-to-date with the latest Mac OS X nightly build of WebKit from http://nightly.webkit.org. I only have access to Leopard (10.5) and python 2.5 so I don"t know whether pre-Leopard machines have a late-enough version of python, nor do I know what that "late-enough" version is to be able to run this script. Other than that, this script has some pretty neat features:
* Checks to see if you already have the latest version before downloading
* Download progress bar
* Very modular and easy to modify to your liking
* Uses appscript to integrate with the OS X user environment instead of using *nix utilities
* Unmounts volume via its /dev location instead of by name, which is much more reliable