Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while (true)
- internet_connectivity = `wget -q --spider --tries=10 --timeout=20 -O - http://google.com > /dev/null`
- if internet_connectivity == 1
- print "Connected"
- else
- print "Disconnected"
- end
- sleep 5
- end
- ~
Advertisement
Add Comment
Please, Sign In to add comment