Re: Nepenthes Hybrid Decoder Ring

Rick Walker (walker@hpl-cutt.hpl.hp.com)
Tue, 13 Jul 93 13:29:46 PDT

> Hmmm. I de-shared the file and got the components, but
> hybrid won't run:
>
> batcomfs% ./hybrid
> Unmatched '

I would guess that the script is being run by /bin/csh rather
than /bin/sh. Try putting "#!/bin/sh" as the very first line of the
file. The "#!" directive overrides the default shell to use.

--
Rick