#!/bin/rc if(~ $1 v){ peep $0 exit } cat<<-eof-
-eof- text2html rfc-params cat<<-eof- Arguments of this case $$0 is $0 $$* is $* -eof- echo '$$#* is' $#* cat<<-eof- % a=$$* % whatis a -eof- a=$* whatis a cat<<-eof- see this script -eof-