#!/bin/bash if [ -z $1 ]; then echo "usage: $0 host " exit 1 fi if [ -z $2 ]; then cat <