This commit is contained in:
Marc Beninca 2024-11-18 15:31:30 +01:00
parent 0f312f6c85
commit dcc82f1cf7
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,5 +1,6 @@
# remove interactively # remove interactively
rmi() { rmi() { sh_a__re_move_interactive "${@}"; }
sh_a__re_move_interactive() {
rm \ rm \
--interactive \ --interactive \
"${@}" "${@}"