Created
November 4, 2012 00:15
-
-
Save NapoleonWils0n/4009470 to your computer and use it in GitHub Desktop.
macosx: dotclean remove dot underscore and ds_store files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# ================================================= | |
# = remove dot underscore file and ds_store files = | |
# ================================================= | |
# syntax | |
dot_clean /path/to/folder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Zowee, this is great. It solved a big problem I was having with a media played that was choking on Mac dot files. Thanks.