rwx/sh/alias/cp.sh
2025-07-06 19:14:57 +02:00

7 lines
88 B
Bash

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