This commit is contained in:
kento2 2026-02-02 23:36:49 +01:00
parent e9ea8df013
commit 15044d4e1b
4 changed files with 11 additions and 23 deletions

View file

@ -7,5 +7,5 @@ d="$(date -I)"
grep "$d" "$JOURNAL" || printf "%s\n" "$d" > "$tmp"
nvi "$tmp"
(printf "\n"; cat "$tmp" | tee -a "$JOURNAL") && rm "$tmp"
tail "$JOURNAL"
(printf "\n"; cat "$tmp" | tee -a "$JOURNAL") && rm "$tmp"