aboutsummaryrefslogtreecommitdiff
path: root/bin/fgscr
blob: b95a2d847cf958800d9acd400dee80254db2deb4 (plain) (blame)
1
2
3
4
#!/bin/sh
# Find all the Git repositories in a directory and scrub them all
command -v gscr >/dev/null || exit
find "${@:-.}" -name '*.git' -type d -exec gscr {} \;