#!/bin/sh if [ "$1" == "-h" ]; then currentFile=$(basename "$0") echo "Usage: ./$currentFile " exit 0 fi ping -I $1 -c 4 8.8.8.8