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

10
sh/io/mv.sh Normal file
View file

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