This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: guile bangline


James Dean Palmer <james@tiger-marmalade.com> writes:

> I was wondering if there was a way to use env in conjunction with
> the guile #! ... !# notation?

Hmm, is there something wrong with just

    #! /bin/sh
    exec guile -s "$0" "$@"
    !#

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]