summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/prune-archive.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/prune-archive.sh b/bin/prune-archive.sh
new file mode 100755
index 00000000..42b356b2
--- /dev/null
+++ b/bin/prune-archive.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+[ -d archive ] || exit 1
+
+for d in archive/*/objects/*; do bin/prune.sh $d ; done \ No newline at end of file