diff --git a/reddup.sh b/reddup.sh index 579e40778..c19064c8d 100755 --- a/reddup.sh +++ b/reddup.sh @@ -98,3 +98,6 @@ find "$base_dir" -type d -print0 | while IFS= read -r -d '' dir; do fi done +find .git -type f -name '* - README.md' -delete + +