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
#!/bin/bash | |
set -e | |
# | |
# Execute the same git command in all project directories. | |
# | |
# Extra command line arguments are passed to git. | |
# If no arguments are specified, `git status` is assumed. | |
# | |
# File `projects.txt` has to contain paths to all project |
NewerOlder