# Helpers for dealing with large numbers of packs. # create $1 nonsense packs, each with a single blob create_packs () { perl -le ' my ($n) = @ARGV; for (1..$n) { print "blob"; print "data <