[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Weird shell/interpreter behavior



On Sun, Apr 28, 2002 at 08:17:25PM -0400, Daniel Burrows wrote:
>   I'm starting to wonder if I'm losing my mind with respect to
> interpreters.  I have created a number of programs which should be run
> with /usr/bin/mzscheme.  To enable this, I made them executable and made
> the first line "#!/usr/bin/mzscheme" (with --script, but that doesn't
> affect this)  I have attached an example.

The following hack comes from the MzScheme documentation:

#!/bin/sh
string=? ; exec /usr/bin/mzscheme -r $0 $0 ${1+"$@"}


-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: