diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-19 14:52:15 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-19 14:52:15 +0100 |
commit | 436832b74a7d16e73b0a2d14319b7b39d70117db (patch) | |
tree | 70347fca9d6a2d27b574a331158f7452bac6e4e2 /_tj_openbsd | |
parent | 59cbbffa4653084c2e2b1b83998cce220e5136a6 (diff) |
removed Journal header - its not used or needed
Diffstat (limited to '')
-rwxr-xr-x | _tj_openbsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_tj_openbsd b/_tj_openbsd index 7b97641..e1f3536 100755 --- a/_tj_openbsd +++ b/_tj_openbsd @@ -15,7 +15,6 @@ else touch "$TODAY_JOURNAL" header_date="$(date +'%A %d %b %Y')" { echo -e "# $header_date\n" - echo -e "## Journal\n" } >> "$TODAY_JOURNAL" while read -r line do |