78e21b5200
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
9 lines
100 B
Bash
Executable file
9 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
|
|
suffix="$1"
|
|
datef="$2"
|
|
|
|
file=$(date +%Y-%m-%d $datef)
|
|
|
|
set -x
|
|
$EDITOR "${file}${suffix}"
|