diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-06-17 19:48:00 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-06-17 19:48:00 +0100 |
commit | 10889a700ccead3552a598645ae267bff32ba72a (patch) | |
tree | 982edbcd27f0c300dd62243db76b5067fc5f766e | |
parent | d62a3bbc09568fe5a453d103e325ef809a634e40 (diff) |
minor tweak
-rwxr-xr-x | lem | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,6 +17,6 @@ fi STAMP="$(date +%G%m%d%H%M%S)" F_PATH="$TARGET_DIR/$STAMP-$msg.md" -printf "# %s\n\n", "$msg" >> "$F_PATH" +printf "# %s", "$msg" >> "$F_PATH" $VIM "$F_PATH" |