From 878b2c93bda0fabbfb67e82df5fc6de7dae5733b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 15 Jul 2020 22:38:30 -0400 Subject: [PATCH] fix --- bin/utils | 1 + 1 file changed, 1 insertion(+) 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 (){