Skip to content

Instantly share code, notes, and snippets.

@campanalbero
Last active August 29, 2015 14:13
Show Gist options
  • Save campanalbero/425702aed432b6383d54 to your computer and use it in GitHub Desktop.
Save campanalbero/425702aed432b6383d54 to your computer and use it in GitHub Desktop.
カレントフォルダ以下の.DS_Storeを消す
find . -name .DS_Store | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment