mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Remove those pesky MacOS metafiles and dirs
This commit is contained in:
4
bin/clean_mac_files.sh
Executable file
4
bin/clean_mac_files.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Remove DS_Store stuff and ._* metafiles
|
||||||
|
find . -name '*.DS_Store' -type f -delete
|
||||||
|
find . -name '._*' -type f -delete
|
||||||
Reference in New Issue
Block a user