Created
November 22, 2016 14:28
-
-
Save stbenjam/f3e175f5cd7ae6f4aa8a4359d01fb402 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
[email protected]:$USERNAME | |
for i in modules/* | |
do | |
pushd $PWD | |
cd $i | |
git remote add user $GIT_REMOTE_PREFIX/`basename $PWD` | |
popd | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment