a shell-script template

#!/bin/bash
#####################################################################
# Program :
#
# Version :
# Date :
# Author :
#
# Inputs :
#
# Notes :
#
#
#####################################################################

prg=$0

#--------------------------------------------------------------------
# Setup Global Variables
#--------------------------------------------------------------------


#--------------------------------------------------------------------
# Test for prerequisites
#--------------------------------------------------------------------

#--------------------------------------------------------------------
# Do something
#--------------------------------------------------------------------

No comments: