nsbin/lh
Nico Schottelius 78e21b5200 mass update commit
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-07-21 10:59:03 +02:00

9 lines
100 B
Bash
Executable file

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