aboutsummaryrefslogtreecommitdiff
path: root/bin/fgscr
blob: b7b94dea43bcb0a06cc35b19350af7c5faadd2f8 (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 {} +