aboutsummaryrefslogtreecommitdiff
path: root/bin/fgscr
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fgscr')
-rwxr-xr-xbin/fgscr4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/fgscr b/bin/fgscr
new file mode 100755
index 00000000..2a50cc20
--- /dev/null
+++ b/bin/fgscr
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Find all the Git repositories in a directory and scrub them all
+hash gscr || exit
+find "${@:-.}" -name '.git' -exec gscr {} +