rwx/sh/cmd/rm.sh
2024-11-18 12:38:15 +01:00

6 lines
66 B
Bash

# remove interactively
rmi() {
rm \
--interactive \
"${@}"
}