add diary-script
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
a63e890e5d
commit
8aa4b186cb
1 changed files with 6 additions and 0 deletions
6
nz.sh
Executable file
6
nz.sh
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
ddir="${HOME}/privat/persoenlich/notizen"
|
||||||
|
file=$(date +%Y-%m-%d)
|
||||||
|
dfile="${ddir}/${file}"
|
||||||
|
|
||||||
|
vi "${dfile}"
|
Loading…
Reference in a new issue