On 7/14/05, Jonathan Pryor <[EMAIL PROTECTED]> wrote: > On Thu, 2005-07-14 at 11:44 +0100, Chris Aitken wrote: > > What is the current thinking on how to execute mono apps without prepending > > mono? > > The preferred way is to use a shell-script wrapper. This is used by all > programs shipped with mono (mcs, cilc, gacutil, etc.), e.g.: > > #!/bin/sh > exec /usr/bin/mono /usr/lib/mono/1.0/mcs.exe "$@"
The guide doesn't mention "exec", which I guess could be fixed. The lost of one PID isn't that big, but still ;-) -- Michal Moskal, http://nemerle.org/~malekith/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
