#!/bin/bash if [ $# -eq 0 ]; then echo "No command line parameters are provided. Please enter '$0 -h' to view usage instructions." exit 1 fi if test x"$1" = x"-h" -o x"$1" = x"--help"; then cat <