#!/bin/sh

echo "Gateway IP is `gwip`"
echo "Gateway device is `gw`"
echo "ping -c 3 -W 5 `gwip`"
ping -c 3 -W 5 `gwip`
