aboutsummaryrefslogtreecommitdiffstats
path: root/lem
diff options
context:
space:
mode:
Diffstat (limited to 'lem')
-rwxr-xr-xlem11
1 files changed, 11 insertions, 0 deletions
diff --git a/lem b/lem
new file mode 100755
index 0000000..1fb332b
--- /dev/null
+++ b/lem
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+NOTES=/home/$USER/Notes
+MOD_NOTES=$NOTES/mod
+VIM=/usr/bin/vim
+
+STAMP="$(date +%G%m%d%H%M%S)"
+F_PATH="$MOD_NOTES/$STAMP - $@.md"
+echo $F_PATH
+
+$VIM "$F_PATH"