#!/bin/sh
if [ "$1" = c ]; then
   cat
else
   sed -e s/$//
fi
# The echo -ne assumes bash
echo -ne \\f
