X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=update_lists;h=d398991011de6864759149ede8de7300ab1cc48c;hb=3d5241a316e3ff729b19b878b0841558120f75e9;hp=5d25f01f03228156567b7652782ceef1f2d22173;hpb=058cdc5ff27638c07a5b7db583cd17418b8b8a2d;p=bin.git diff --git a/update_lists b/update_lists index 5d25f01..d398991 100755 --- a/update_lists +++ b/update_lists @@ -13,5 +13,5 @@ done; # Remove broken symlinks (cd ~/Maildir; - find . -maxdepth 1 -mindepth 1 -type l -iname '.*' -not -xtype d -print0 |xargs -0 rm -f; -); \ No newline at end of file + find . -maxdepth 1 -mindepth 1 -type l -iname '.*' -not -xtype d -delete; +);