Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: shebang question
- X-seq: zsh-users 19841
- From: Jérémie Roquet <jroquet@xxxxxxxxxxxxx>
- To: Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: shebang question
- Date: Mon, 9 Feb 2015 18:13:29 +0100
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=1UrXQ631oA36XKQ5E8OuUQkEk0v4UQo7N/52NXXL0Ig=; b=auLtChwCzgQj5dlA/1LTG0QkN+FArPJzg+0vvF2uK0yKuC1D2dulTFNIr2/Si92xg3 uDc5TJV191WCnCngILS7JXhzRw0JQB3t8pNtfT0BE9QO/uYBMHYTRBFVu5HlmUg7pRCM W2pilOy2+rxrKb2J0tdxinN1uqLp7xOb0tbslMg5EFlZNQ65X1WD5+Hb5zGRXmC6kLA+ 9KjDbZhPSxBWEWjziOEND05zZ6AuV55L/AZdlDK8P719Uk2vjI+lXltxX1WOUWCmLINK pa/Z6VnXu0GPfxpOM6S3f7u5oB3+BaD5D2gQaZAx4yK9yghwxpkfeXXckOg2P3/T1k4/ lvvg==
- In-reply-to: <54d8e340.25bf420a.5aa2.ffffcac9SMTPIN_ADDED_BROKEN@mx.google.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <54d8e340.25bf420a.5aa2.ffffcac9SMTPIN_ADDED_BROKEN@mx.google.com>
- Sender: arkanosis@xxxxxxxxx
Hi Helmut,
2015-02-09 17:30 GMT+01:00 Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx>:
> recently, I've come across a (Lisp) script starting with
>
> #|
> exec sbcl --noinform --load $0 --quit --end-toplevel-options "$@"
> |#
>
> ;; .... Lisp script goes here
>
> Would anybody please show me some documentation where this form
> of 'shebang' is explained?
That's precisely *not* a shebang, so that the default shell (sh) is
used as a fallback.
This is described at http://www.cliki.net/SBCL (“Scripts” section).
Best regards,
--
Jérémie
Messages sorted by:
Reverse Date,
Date,
Thread,
Author