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