cp
This commit is contained in:
parent
53957e5690
commit
743b82cb2d
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
# copy interactively
|
# copy interactively
|
||||||
cpi() {
|
cpi() { sh_a__co_py_interactive "${@}"; }
|
||||||
|
sh_a__co_py_interactive() {
|
||||||
cp \
|
cp \
|
||||||
--interactive \
|
--interactive \
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|
Loading…
Reference in a new issue