ARC-yh

Results 2 issues of ARC-yh

log_info() { # Usage: log_info "this is the info log message" NOW=$(date +"%Y-%m-%d %H:%M:%S") echo "${NOW} [INFO] $*" } use $* instead of $1