Skip to content

Instantly share code, notes, and snippets.

@asafjaffi
Created November 27, 2013 09:15
Show Gist options
  • Save asafjaffi/7672861 to your computer and use it in GitHub Desktop.
Save asafjaffi/7672861 to your computer and use it in GitHub Desktop.
clean up intellij multi-module project
find . -name "*.iml" | awk '{print "rm "$1}' | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment