Added scriptHelp exit code 98

This commit is contained in:
Asif Bacchus 2018-09-19 15:31:57 -06:00
parent 7b13d984d8
commit dc48cb1257
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ stamp="[`date +%Y-%m-%d` `date +%H:%M:%S`]"
### scriptHelp -- display usage information for this script
function scriptHelp {
echo "In the future, I will be something helpful!"
quit 98
}
### End of Functions ###