Use ping to check reachability.
`ping` sends ICMP Echo Request packets. If you get replies,
the host is reachable AND ICMP isn't blocked between you and it.
TASK
----
Ping 8.8.8.8 (Google's public DNS). Pass when the output contains
"bytes from 8.8.8.8".
Sign in to save your code and track progress across devices.