bash-utils
bash-utils copied to clipboard
utils for shell
Results
3
bash-utils issues
Sort by
recently updated
recently updated
newest added
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
https://github.com/alexanderepstein/Bash-Snippets