rwx/sh/io/cp.sh
2025-07-27 19:32:12 +02:00

9 lines
94 B
Bash

# cp
# copy interactively
#= cpi
rwx_copy_interactive() {
cp \
--interactive \
"${@}"
}