diff --git a/bin/utils b/bin/utils index 7565dfc..14d8350 100755 --- a/bin/utils +++ b/bin/utils @@ -52,6 +52,7 @@ deep-cp() { set -- "$source"/!(tmp|.|..) [[ $# == 0 ]] || cp -a "$@" "$target" ) +} # Does some serious moving. function deep-mv (){