#!/bin/sh
#
# out - ouput a comment
#

echo ""
echo $*
echo ""
