#!/usr/bin/bash

ping -c1 9.9.9.9 | grep transmit
ping -c1 wikipedia.org | grep transmit

exit 0

