diff options
Diffstat (limited to 'wr/holc')
-rwxr-xr-x | wr/holc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/bin/sh +# holc <holiday> <date> + +[ -z $1 ] && DT="today" || DT="$1" +mkdir -p "$HOME/docs/wr/lle/$(date +%Y-%m -d $DT)" +nvim "$HOME/docs/wr/lle/$(date +%Y-%m -d $DT)/H$(date --iso-8601 -d $DT).txt" |