#!/bin/sh ############################################################################### ## ## sh script template -- Script description here ## ## Copyright Nicholas DeClario 2010 ## Nicholas DeClario ## March 2009 ## $Id: template.sh,v 1.1.1.1 2011/02/24 15:05:27 nick Exp $ ## ############################################################################### ## ## Set some global variables ## ARGS_REQ=0 ## Are arguments required? VERSION=$\Id$ ## Set the version ############################################################################### ## ## help( ) ## ## Display the basic help text ## ############################################################################### help( ) { cat <