Created
March 22, 2017 20:32
-
-
Save antonyalkmim/ff6565c0bff5d54782824e973f9e1467 to your computer and use it in GitHub Desktop.
Bash command to exec a loop by some files
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
for x in */*.xcodeproj; do cd “$%.x”; pod deintegrate $x; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment