Skip to content

Instantly share code, notes, and snippets.

@prasincs
Created August 28, 2016 19:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prasincs/4215c0e6f8efe0158e7ebfdd909f4c3c to your computer and use it in GitHub Desktop.
Save prasincs/4215c0e6f8efe0158e7ebfdd909f4c3c to your computer and use it in GitHub Desktop.
Download from apache closer.cgi url directly
apache_dl(){
wget $(curl -L "$1?as_json=1" | python -c 'import sys, json; i =json.load(sys.stdin); print i["preferred"]+i["path_info"].strip()')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment