gists/delete_mac_files.sh

2 lines
75 B
Bash

find . -name '._*' -type f -delete
find . -name '.DS_Store' -type f -delete