From dc48cb12572438fdb6237ccd1e529af6d1eff352 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 19 Sep 2018 15:31:57 -0600 Subject: [PATCH] Added scriptHelp exit code 98 --- backup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backup.sh b/backup.sh index f3a932d..be5e9cc 100755 --- a/backup.sh +++ b/backup.sh @@ -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 ###