Skip to content

Instantly share code, notes, and snippets.

@bjdixon
Created November 2, 2015 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjdixon/e80c711a56e37ea76176 to your computer and use it in GitHub Desktop.
Save bjdixon/e80c711a56e37ea76176 to your computer and use it in GitHub Desktop.
run last curl command
eval $(cat ~/.bash_history | grep curl | head -1 | awk '{print}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment