On Thu, 2004-07-15 at 22:16, Thomas R. Corbin wrote:
>
> It would be nice if there was a standard beginning wrapper that could
> be used until or unless something more advanced is needed.
Rename this to the same as your .exe file (but without the extension)
and put it in the same directory:
#!/bin/sh exec /usr/local/bin/mono $0.exe "$@"
/J\