Skip to content

Instantly share code, notes, and snippets.

@craigiswayne
Created May 29, 2018 07:40
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 craigiswayne/840f56f355adcf23e7dbc48ad7af0267 to your computer and use it in GitHub Desktop.
Save craigiswayne/840f56f355adcf23e7dbc48ad7af0267 to your computer and use it in GitHub Desktop.
Follow Redirects on URL
URL=www.google.com
curl -sILk $URL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment