Skip to content

Instantly share code, notes, and snippets.

@uu59
Created March 12, 2011 10:49
Show Gist options
  • Save uu59/867185 to your computer and use it in GitHub Desktop.
Save uu59/867185 to your computer and use it in GitHub Desktop.
while :;do curl -I http://www.kantei.go.jp/jp/kikikanri/jisin/20110311miyagi/ 2>/dev/null|ruby -rtime -e"p Time.parse STDIN.read.match( /L.*?:(.*)/)[1]";sleep 9;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment