Skip to content
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
{{ message }}
Instantly share code, notes, and snippets.
JiboStore
View GitHub Profile
Sort:
Recently created
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
All gists
11
Forked
1
Starred
3
Sort:
Recently created
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
1 file
0 forks
0 comments
0 stars
JiboStore
/
clean_ds_store.sh
Created
Dec 19, 2012
clean all .DS_Store files recursively
View
clean_ds_store.sh
find
.
-name
'
*.DS_Store
'
-type f -delete
Newer
Older
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.