Skip to content

Instantly share code, notes, and snippets.

@craigiswayne
Created May 29, 2018 07:40
Show Gist options
  • Select an option

  • Save craigiswayne/840f56f355adcf23e7dbc48ad7af0267 to your computer and use it in GitHub Desktop.

Select an option

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