Skip to content

Instantly share code, notes, and snippets.

@kevin-miles
Created September 11, 2014 06:03
Show Gist options
  • Save kevin-miles/15113c21fe6918cb8285 to your computer and use it in GitHub Desktop.
Save kevin-miles/15113c21fe6918cb8285 to your computer and use it in GitHub Desktop.
Loop Status Check Link
while true; do wget --spider -S "http://some/url/here" 2>&1 | grep "HTTP/" | awk '{print $2}'; sleep 0; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment