aboutsummaryrefslogtreecommitdiffstats
path: root/_tj_openbsd
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-19 14:52:15 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-05-19 14:52:15 +0100
commit436832b74a7d16e73b0a2d14319b7b39d70117db (patch)
tree70347fca9d6a2d27b574a331158f7452bac6e4e2 /_tj_openbsd
parent59cbbffa4653084c2e2b1b83998cce220e5136a6 (diff)
removed Journal header - its not used or needed
Diffstat (limited to '')
-rwxr-xr-x_tj_openbsd1
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