Add bedtime
j3s j3s@c3f.net
Fri, 14 Feb 2020 15:14:25 -0600
1 files changed,
10 insertions(+),
0 deletions(-)
jump to
A
bin/bedtime
@@ -0,0 +1,10 @@
+#!/bin/sh -e +# +# Plan tomorrow's day + +notefile="$HOME/drop/notes.md" +printf '\n' >> "$notefile" +date +"%Y-%m-%d" >> "$notefile" +printf -- "----------------" >> "$notefile" +vim "+normal Go" +startinsert "$notefile" +jsync