qemush : modification de la fonction rm
This commit is contained in:
parent
f24e2a6568
commit
9bdc1eef3d
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public_edit() {
|
||||||
}
|
}
|
||||||
|
|
||||||
public_rm() {
|
public_rm() {
|
||||||
unlink "bin/${1}"
|
rm -vi -- "${bin}/${1}"
|
||||||
}
|
}
|
||||||
|
|
||||||
public_shell() {
|
public_shell() {
|
||||||
|
|
Loading…
Reference in a new issue