#!/bin/sh
########################################################
# converts all of the DOS CR/LF to just UNIX LF.
# arguments:
# o first argument is the input file to convert
# o second argument is the output file to write to
########################################################
if [ $# -lt 2 ]
then
echo "usage: $0