summaryrefslogtreecommitdiffstats
path: root/foreachdep.sh
blob: f0fcbf4f76b969c468c8e28873e956369239c2d8 (plain)
1
2
#!/bin/bash
for git in */.git; do ( echo "• "$(dirname "$git")":"; cd "$(dirname "$git")" && "$@" ); done