summaryrefslogtreecommitdiff
path: root/test/swaplns.awk
blob: 6bf2240a9dab29f669aa7e62db003146af702926 (plain)
1
2
3
4
5
6
7
{
	if ((getline tmp) > 0) {
		print tmp
		print
	} else
		print
}