Created
January 25, 2020 13:45
-
-
Save jesse-c/1e5d3407912b6bbc553baf485d46f846 to your computer and use it in GitHub Desktop.
Create a log entry for today
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
#!/bin/sh | |
mkdir -p ~/Documents/log/$(date +"%Y")/$(date +"%m") | |
echo "\n\n---\n\n" > ~/Documents/log/$(date +"%Y")/$(date +"%m")/$(date +"%y-%m-%d").txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment