qemush : modification de la fonction rm

This commit is contained in:
Hippolyte Chauvin 2023-11-29 14:36:57 +01:00
parent f24e2a6568
commit 9bdc1eef3d

View file

@ -87,7 +87,7 @@ public_edit() {
} }
public_rm() { public_rm() {
unlink "bin/${1}" rm -vi -- "${bin}/${1}"
} }
public_shell() { public_shell() {