diff --git a/dot_bin/executable_garbage-detector b/dot_bin/executable_garbage-detector index d16a270..2c7db9d 100644 --- a/dot_bin/executable_garbage-detector +++ b/dot_bin/executable_garbage-detector @@ -48,6 +48,7 @@ SEAFDIRS=(/mnt/data/Documents) echo -e "###\n# Seafile conflicts\n###" for i in "${SEAFDIRS[@]}"; do + find "$i" -name "*.sbak" find "$i" -name "*SFConflict*" done