1 Commits

Author SHA1 Message Date
Asif Bacchus e23feddb1b added comment for stamp function 2018-10-28 05:25:59 -06:00
+1
View File
@@ -100,6 +100,7 @@ function scriptHelp {
exit 1
}
### Generate dynamic timestamp
function stamp {
echo `date +%F" "%T`
}