aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlem_openbsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/lem_openbsd b/lem_openbsd
index 1eb7e92..66ab679 100755
--- a/lem_openbsd
+++ b/lem_openbsd
@@ -16,6 +16,7 @@ fi
STAMP="$(date +%G%m%d%H%M%S)"
F_PATH="$TARGET_DIR/$STAMP-$msg.md"
-echo $F_PATH
+
+printf "# %s", "$msg" >> "$F_PATH"
$VIM "$F_PATH"