#BP	sh(1) script
%-	SID	@(#)sh.bp	8.1 - 98/04/01
#!/bin/sh
x=`basename $0`
#	SID	"%?W%? - %?E%?"
if [ X"$1" = X-x ] ; then
	cat <<!
$x [-x]

?? short 1 line description

-x		display this explanation
??
!
	exit 1
fi
