updated utils.sh

pull/2/head
Hari Sekhon 3 years ago
parent ec52c5d32e
commit b941cc8dcd

@ -657,6 +657,10 @@ timestamp(){
}
tstamp(){ timestamp "$@"; }
warn(){
timestamp "WARNING: $*"
}
log(){
if [ -n "${VERBOSE:-}" ]; then
timestamp "$@"

Loading…
Cancel
Save