[go: up one dir, main page]

Menu

[0ec8fa]: / doc / chess / renorm.awk  Maximize  Restore  History

Download this file

8 lines (7 with data), 76 Bytes

1
2
3
4
5
6
7
#!/usr/bin/awk -f
{
if( cf == 0 ) {
cf = $2
}
print $2 - cf, $0
}