This commit is contained in:
Marc Beninca 2025-07-27 20:33:27 +02:00
parent 38b2cc5a11
commit 1beea8534c
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,10 +0,0 @@
# mv
# move interactively
#| mv
#= mvi
rwx_move_interactive() {
mv \
--interactive \
"${@}"
}