summaryrefslogtreecommitdiff
path: root/test/onlynl.awk
blob: 97a8d94b09b412b25ac8ea3f4f3711996957da83 (plain)
1
2
BEGIN { RS = "" }
{ print "got", $0 }