.
This commit is contained in:
parent
7d8a3a430d
commit
3030258b6e
7 changed files with 11 additions and 3 deletions
|
|
@ -7,5 +7,5 @@ d="$(date -I)"
|
|||
grep "$d" "$JOURNAL" || printf "%s\n" "$d" > "$tmp"
|
||||
|
||||
nvi "$tmp"
|
||||
(echo; cat "$tmp" | tee -a "$JOURNAL") && rm "$tmp"
|
||||
(printf "\n"; cat "$tmp" | tee -a "$JOURNAL") && rm "$tmp"
|
||||
tail "$JOURNAL"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue