Skip to content

Instantly share code, notes, and snippets.

@jw-foss
Created December 18, 2018 06:31
Show Gist options
  • Select an option

  • Save jw-foss/2239d318819ef1bc95da10777bf0dacc to your computer and use it in GitHub Desktop.

Select an option

Save jw-foss/2239d318819ef1bc95da10777bf0dacc to your computer and use it in GitHub Desktop.
Curl
export COOKIE_JAR='cookie-jar'
function _curl () {
curl --insecure -b $COOKIE_JAR -c $COOKIE_JAR -s "$@"
}
export -f _curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment