.
This commit is contained in:
parent
e9ea8df013
commit
15044d4e1b
4 changed files with 11 additions and 23 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue