Skip to content

Instantly share code, notes, and snippets.

@meskio
Created May 26, 2015 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meskio/0af89bb52af06e0f5f6c to your computer and use it in GitHub Desktop.
Save meskio/0af89bb52af06e0f5f6c to your computer and use it in GitHub Desktop.
git repos
#!/bin/sh
REPOS="bitmask_client keymanager leap_mail leap_pycommon soledad"
for i in $REPOS
do
echo === $i ===
cd $i
git $*
cd ..
echo
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment