From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15871 invoked by alias); 9 Feb 2015 17:13:52 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19841 Received: (qmail 10567 invoked from network); 9 Feb 2015 17:13:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 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== X-Received: by 10.107.13.76 with SMTP id 73mr27388240ion.24.1423502025185; Mon, 09 Feb 2015 09:13:45 -0800 (PST) MIME-Version: 1.0 Sender: arkanosis@gmail.com In-Reply-To: <54d8e340.25bf420a.5aa2.ffffcac9SMTPIN_ADDED_BROKEN@mx.google.com> References: <54d8e340.25bf420a.5aa2.ffffcac9SMTPIN_ADDED_BROKEN@mx.google.com> From: =?UTF-8?B?SsOpcsOpbWllIFJvcXVldA==?= Date: Mon, 9 Feb 2015 18:13:29 +0100 X-Google-Sender-Auth: jWi6sHVTD9_IBDNpTHZlc3jisCk Message-ID: Subject: Re: shebang question To: Helmut Jarausch Cc: Zsh Users Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Helmut, 2015-02-09 17:30 GMT+01:00 Helmut Jarausch : > 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 (=E2=80=9CScripts=E2=80=9D s= ection). Best regards, --=20 J=C3=A9r=C3=A9mie