repo.or.cz
/
pachi
/
t.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
t-regress/TODO: Fix zero-padding in the download snippet
[pachi/t.git]
/
t-play
/
resum
blob
7eddf6902874556bbc73ac6e410b8a764b917114
1
#!/bin/sh
2
rm
*
summ
*
3
brm
=
"
$1
"
4
[
-n
"
$brm
"
]
|| brm
=
"*dat"
5
for
i
in
$
(
ls
$brm
);
do
6
printf
"%-40s
\t
"
"
${i%.dat}
.summary.dat"
;
7
..
/
..
/
gogui-1.1
.10
/
bin
/
gogui-twogtp
-force -analyze
$i
;
8
cat
${i%.dat}
.summary.dat | cut
-f
1
,
7
,
8
|
tail
-n
+
2
9
done