small pixel drawing of a pufferfish dotfiles

Add bedtime
j3s j3s@c3f.net
Fri, 14 Feb 2020 15:14:25 -0600
commit

91245276a7c792289a61b95e5cda6f5981c0ce27

parent

c84ee8369db0033078ec57628f82cb4819a75117

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