rwx/sh/alias/rm.sh
2024-11-18 15:30:45 +01:00

6 lines
66 B
Bash

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