#!/bin/awk -f
#
# File: d2u
# Date: 28-Oct-2008
#
# This file is part of MSYS (MinGW.org's Minimal SYStem).
# Contributed by Keith Marshall <mailto:keithmarshall@users.sf.net>
# Assigned, by the author, to the public domain.
#
  {sub("\r$",""); printf "%s\n", $0}
#
# d2u: end of file
