Created
August 3, 2022 12:24
-
-
Save miztiik/3bf8dba71ad97be9b6025c482b148759 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# USAGE llog write to console | |
llog() { | |
echo "$(date '+%Y-%m-%d %H:%M:%S%s') $(printf ' %q' "$@")" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment