Skip to content

Instantly share code, notes, and snippets.

@tamr
Created February 21, 2018 00:34
Show Gist options
  • Save tamr/408c8128bd9067c6bae3885473e5deb7 to your computer and use it in GitHub Desktop.
Save tamr/408c8128bd9067c6bae3885473e5deb7 to your computer and use it in GitHub Desktop.
function ia-save() {
curl -s -I "https://web.archive.org/save/$1" |
grep Content-Location |
awk '{printf( "https://web.archive.org/%s\n",$2)}';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment