nsbin/lh
2017-03-08 07:37:05 +01:00

11 lines
128 B
Bash
Executable file

#!/bin/sh
suffix="$1"
datef="$2"
file=$(date +%Y-%m-%d $datef)
set -x
# $EDITOR "${file}${suffix}"
emacs "${file}${suffix}"