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