Skip to content

Instantly share code, notes, and snippets.

@pawelztef
Created December 12, 2017 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pawelztef/d7bc238862aa099409006b8e51277e29 to your computer and use it in GitHub Desktop.
Save pawelztef/d7bc238862aa099409006b8e51277e29 to your computer and use it in GitHub Desktop.
pretty_curl
#!/bin/bash
# install jq JSON processor
# apt isntall jq
pretty_curl() {
curl "$1" | jq
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment