diff options
author | Shav Kinderlehrer <[email protected]> | 2023-08-28 14:27:24 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-08-28 14:27:24 -0400 |
commit | eac4027d33d26d6fd10f6f6072a6d22a76ee6cc8 (patch) | |
tree | cde2be8df19e1eb60c00971d059f05add4526b1e /journal.sh | |
parent | 03c6e4705c3eb13bdcc6ca1b55b11ca5fd088a94 (diff) | |
download | scripts-eac4027d33d26d6fd10f6f6072a6d22a76ee6cc8.tar.gz scripts-eac4027d33d26d6fd10f6f6072a6d22a76ee6cc8.zip |
Add journal.sh header
Diffstat (limited to 'journal.sh')
-rwxr-xr-x | journal.sh | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ #!/usr/bin/env zsh +# ==== +# journal.sh +# Manages a simple journaling system. +# +# Written for Mac +# +# Uses GNU coreutils, gdate, gsed, etc. +# ==== + set_dates() { nowtime=$(gdate "+%H:%M") || exit day=$(gdate "+%A" -d "$*") || exit |