From 9bdc1eef3d0f640516117902813b00e0958571c0 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Wed, 29 Nov 2023 14:36:57 +0100 Subject: [PATCH] qemush : modification de la fonction rm --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index e916115..948845f 100755 --- a/bin/qemush +++ b/bin/qemush @@ -87,7 +87,7 @@ public_edit() { } public_rm() { - unlink "bin/${1}" + rm -vi -- "${bin}/${1}" } public_shell() {