rwx/sh/alias/rm.sh

8 lines
92 B
Bash
Raw Normal View History

# remove interactively
2025-07-06 19:14:11 +02:00
#= rmi
a__re_move_interactive() {
rm \
--interactive \
"${@}"
}