summaryrefslogtreecommitdiff
path: root/bin/prune-archive.sh
blob: 42b356b201615d4a9de4df5e4de7fc9b700ab062 (plain)
1
2
3
4
5
#!/bin/sh

[ -d archive ] || exit 1

for d in archive/*/objects/*; do bin/prune.sh $d ; done