Parallel curl: downloads files in parts in parallel, then assembles parts into files.
- Server must support range request.
- Only tested on Mac OS.
$ curl https://raw.githubusercontent.com/khoan/purl/master/bin/install | sh
$ cd ~/Downloads
$ purl http://range-server.com/path/to/file local-file
# should any part fail, purl again
$ purl http://range-server.com/path/to/file local-file
TODO wiki to gory details
$ curl https://raw.githubusercontent.com/khoan/purl/master/bin/uninstall | sh