~vcs-imports/gawk/master

1
2
3
4
5
6
7
{
	if ((getline tmp) > 0) {
		print tmp
		print
	} else
		print
}