This commit is contained in:
Kenneth Reitz
2020-07-15 22:38:30 -04:00
parent 08e10e322a
commit 878b2c93bd
+1
View File
@@ -52,6 +52,7 @@ deep-cp() {
set -- "$source"/!(tmp|.|..)
[[ $# == 0 ]] || cp -a "$@" "$target"
)
}
# Does some serious moving.
function deep-mv (){