zipdl ===== Command line tool for downloading files out of a remote ZIP file from a web server that supports HTTP Range requests. Usage: ``` $ zipdl URL FILE... URL is the remote ZIP file to be accessed. FILE is the filepath within the ZIP file to download. ```