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