cleanup: Big pile of whitespace fixes, all at once.
[u/mdw/catacomb] / utils / genpgroups
CommitLineData
9b11cb9c
MW
1#! /bin/sh
2
3set -e
4for i in \
5 512:128 \
6 1024:160 \
7 1536:192 \
8 2048:224 \
9 3072:256 \
10 7680:384 \
11 15360:512
45c0fd36 12do
9b11cb9c
MW
13 set -- `echo $i | tr : " "`
14 utils/genpgroup catacomb-ll-$2-$1 $1 $2 !
15done