nsbin/lh

10 lines
100 B
Bash
Executable File

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