diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-09 22:19:15 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-09 22:19:15 +0200 |
commit | 55bd5996e864ad1aaed6da9b4e28dc0731bd3a68 (patch) | |
tree | 75b4350b3e7a2317f09895bcd580d2d371ce4b5f /n | |
parent | 05355c4d83f712c18ccff7c4618712f3cd1ba15f (diff) | |
download | scripts-55bd5996e864ad1aaed6da9b4e28dc0731bd3a68.tar.gz scripts-55bd5996e864ad1aaed6da9b4e28dc0731bd3a68.tar.bz2 scripts-55bd5996e864ad1aaed6da9b4e28dc0731bd3a68.zip |
update
Diffstat (limited to 'n')
-rwxr-xr-x | n | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ #!/usr/bin/env bash -# dylanaraps -printf '%s\n' "$(date +%d/%m/%y): $*" >> ~/notes +printf '%s\n' "$(date +%y/%m/%d): $*" >> ~/.local/notes |