On Wed, Jul 16, 2003 at 09:29:32PM +0900, nobu.nokada / softhome.net wrote: > #!/bin/sh > # -*- ruby -*- > exec ruby -wx "$0" "$@" > #!ruby Will this work if I run "ruby myscript.rb" on a Windows box? If not, is it possible to make that case work? Paul