aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/gc6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/gc b/bin/gc
index 1570f84..e09ef13 100755
--- a/bin/gc
+++ b/bin/gc
@@ -100,6 +100,11 @@ gc_email() {
xargs -I{} rm -vf "{}"
}
+gc_vcs() {
+ repos -e ~/dev/go/ -e ~/dev/quicklisp/ -e ~/dev/archive/ ~/dev/ |
+ xargs -I% -P4 x vcs -C% gc OR true
+}
+
BEFORE="$(disk)"
set -x
@@ -109,6 +114,7 @@ gc_trash
gc_tmpdir
gc_docker
gc_email
+gc_vcs
wait
set +x
AFTER="$(disk)"