Home / approaches / pull.sh
#!/bin/bash for directory in */ ; do cd $directory git pull cd .. done wait