Skip to content

Instantly share code, notes, and snippets.

@hughsaunders
Created February 27, 2013 22:22
Show Gist options
  • Save hughsaunders/5052381 to your computer and use it in GitHub Desktop.
Save hughsaunders/5052381 to your computer and use it in GitHub Desktop.
check for IDE cruft
(default27)~/git> for repo in opencenter* chef-cookbooks; do pushd &>/dev/null $repo; echo $repo; git ls-files |grep -i idea; popd &>/dev/null; done
opencenter
opencenter-agent
opencenter-client
opencenter-dashboard
opencenter-install-scripts
chef-cookbooks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment