added comment for stamp function

This commit is contained in:
Asif Bacchus 2018-10-28 05:25:59 -06:00
parent 12bc49a59e
commit e23feddb1b
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ function scriptHelp {
exit 1
}
### Generate dynamic timestamp
function stamp {
echo `date +%F" "%T`
}