projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f69c5e0
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Sun, 13 May 2018 16:11:09 +0000
(18:11 +0200)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 13 May 2018 16:11:09 +0000
(18:11 +0200)
contrib/zonewalk-to-types.sh
patch
|
blob
|
history
diff --git
a/contrib/zonewalk-to-types.sh
b/contrib/zonewalk-to-types.sh
index c5096e695514f401aae62b7b366417f6f100f1e9..c453702e656961666f8f3f148d0629ab3b5a0072 100755
(executable)
--- a/
contrib/zonewalk-to-types.sh
+++ b/
contrib/zonewalk-to-types.sh
@@
-22,7
+22,7
@@
done
# Second group (1) is unique per client
OFF=0
-for i in `seq
0
$NUM_CLIENTS`
+for i in `seq
1
$NUM_CLIENTS`
do
END=`expr $OFF + $GROUP_SIZE`
cat $1.tmp | head -n $END | tail -n $GROUP_SIZE | awk "{print 1 \" \" \$1}" >> $1.$i.tmp