diff --git a/README.md b/README.md index 9ea8010..0945412 100755 --- a/README.md +++ b/README.md @@ -16,4 +16,5 @@ for i in $(cat remotes.txt); do echo $i | xargs git remote add 2>/dev/null || ec which will go through all the remotes in remotes.txt and add them to git +:D