This commit is contained in:
Marc Beninca 2024-11-18 15:35:18 +01:00
parent 53957e5690
commit 743b82cb2d
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,5 +1,6 @@
# copy interactively
cpi() {
cpi() { sh_a__co_py_interactive "${@}"; }
sh_a__co_py_interactive() {
cp \
--interactive \
"${@}"