Skip to content

Instantly share code, notes, and snippets.

@brandonb927
Forked from remy/check.sh
Last active May 2, 2024 03:17
Show Gist options
  • Select an option

  • Save brandonb927/eda6a1a0482c909fe760322dfe1645c6 to your computer and use it in GitHub Desktop.

Select an option

Save brandonb927/eda6a1a0482c909fe760322dfe1645c6 to your computer and use it in GitHub Desktop.

Revisions

  1. brandonb927 revised this gist Jun 26, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion check.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    DOMAIN='brandonb.io'; curl http://web.archive.org/cdx/search/cdx\?limit\=1\&url\=$DOMAIN | awk '{ print $2 }' | xargs date -j -f "%Y%m%d%H%M%S"
    DOMAIN='brandonb.ca'; curl http://web.archive.org/cdx/search/cdx\?limit\=1\&url\=$DOMAIN | awk '{ print $2 }' | xargs date -j -f "%Y%m%d%H%M%S"
  2. Brandon Brown revised this gist Aug 29, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion check.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    curl http://web.archive.org/cdx/search/cdx\?limit\=1\&url\=remysharp.com | awk '{ print $2 }' | xargs date -j -f "%Y%m%d%H%M%S"
    DOMAIN='brandonb.io'; curl http://web.archive.org/cdx/search/cdx\?limit\=1\&url\=$DOMAIN | awk '{ print $2 }' | xargs date -j -f "%Y%m%d%H%M%S"
  3. @remy remy created this gist Aug 29, 2016.
    1 change: 1 addition & 0 deletions check.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    curl http://web.archive.org/cdx/search/cdx\?limit\=1\&url\=remysharp.com | awk '{ print $2 }' | xargs date -j -f "%Y%m%d%H%M%S"