Skip to content

Instantly share code, notes, and snippets.

@antonyalkmim
Created March 22, 2017 20:32
Show Gist options
  • Save antonyalkmim/ff6565c0bff5d54782824e973f9e1467 to your computer and use it in GitHub Desktop.
Save antonyalkmim/ff6565c0bff5d54782824e973f9e1467 to your computer and use it in GitHub Desktop.
Bash command to exec a loop by some files
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