Some small bug fixes that ensure the agenda script runs error-free on subsequent calls. Also a small fix to "editx" so the correct daisy command is used.
Deletion of the old daisy file.
This commit is contained in:
parent
6737d1ca15
commit
3b72111477
3 changed files with 10 additions and 357 deletions
2
editx
2
editx
|
|
@ -20,7 +20,7 @@ fi
|
|||
|
||||
touch "$1"
|
||||
chmod +x "$1"
|
||||
daisy_editor "$1"
|
||||
daisy editor "$1"
|
||||
|
||||
if [[ ! -s "$1" && $existed -eq 0 ]]; then
|
||||
rm -f "$1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue