aboutsummaryrefslogtreecommitdiff
path: root/bin/fgscr
blob: 2a50cc20ac91a4240cb28460a592a5324dabf03b (plain) (blame)
1
2
3
4
#!/bin/sh
# Find all the Git repositories in a directory and scrub them all
hash gscr || exit
find "${@:-.}" -name '.git' -exec gscr {} +