6 lines
59 B
Text
6 lines
59 B
Text
|
#!/bin/sh
|
||
|
file=$(date +%Y-%m-%d)
|
||
|
|
||
|
set -x
|
||
|
$EDITOR "${file}"
|