This commit is contained in:
JMARyA 2025-05-31 05:02:33 +02:00
parent b8385c110e
commit 849da14928
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 69 additions and 0 deletions

View file

@ -1,5 +0,0 @@
# delete mac files
function clean_mac_files
find . -name '.DS_Store' -type f -delete;
find . -name '._*' -type f -delete
end