#! /bin/sh
#
# @(#)echon	1.4	LPS_UNX_COM	2/19/95
#
# Copyright 1993   Digital Equipment Corporation, Maynard, MA
#
# echon
#
# This stupid little script is needed to cleanly provide an echo
# with no trailing newline for many different types of non-BSD
# systems (or those systems not providing *complete* BSD compatibility).

/bin/echo "${*}\\c"
