Skip to content

Instantly share code, notes, and snippets.

@NapoleonWils0n
Created November 4, 2012 00:15
Show Gist options
  • Save NapoleonWils0n/4009470 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/4009470 to your computer and use it in GitHub Desktop.
macosx: dotclean remove dot underscore and ds_store files
#!/bin/sh
# =================================================
# = remove dot underscore file and ds_store files =
# =================================================
# syntax
dot_clean /path/to/folder
@jeremedia
Copy link

Zowee, this is great. It solved a big problem I was having with a media played that was choking on Mac dot files. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment