3 # Date: 2020-01-02T03:21Z
5 # Description: A bash script to perform the `git-status` command on
6 #all subdirectories within the working directory.
8 # Source: https://gist.github.com/mzabriskie/6631607
10 #for d in ./*/ ; do (cd "$d" && echo "========================" && pwd && git status); done
17 #echo "========================"
21 echo "ERR:No .git dir: "$
(pwd)