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