Skip to content

Instantly share code, notes, and snippets.

@sneak
Created June 18, 2015 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sneak/98b179a23bda2c940d00 to your computer and use it in GitHub Desktop.
Save sneak/98b179a23bda2c940d00 to your computer and use it in GitHub Desktop.
remove languages osx
find /Applications \( -iname 'Xcode-beta.app' -o -iname 'Xcode.app' \) -prune -o \
\( -type d -iname '*.lproj' ! -iname 'Base.lproj' \
! -iname 'en_??.lproj' ! -iname 'English.lproj' ! -iname 'en.lproj' \) -print -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment