-
-
Save konfou/e31c8b25d50c7019db7cd6f8a71f28c0 to your computer and use it in GitHub Desktop.
Today, bash_profile based task logger
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
today() { | |
[[ -z "$*" ]] && < ~/.today || echo "$(date +'%F %T') $*" >> ~/.today | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment