Created
February 27, 2013 22:22
-
-
Save hughsaunders/5052381 to your computer and use it in GitHub Desktop.
check for IDE cruft
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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