1# $NetBSD: d_tolower.awk,v 1.1 2012/03/11 18:36:00 jruoho Exp $
2
3END {
4	print tolower($0);
5}
6