zsh-users
 help / color / mirror / code / Atom feed
* shebang question
@ 2015-02-09 16:30 Helmut Jarausch
  0 siblings, 0 replies; 2+ messages in thread
From: Helmut Jarausch @ 2015-02-09 16:30 UTC (permalink / raw)
  To: zsh-users

Hi,

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?

Many thanks,
Helmut

(It's hard to search the web for special characters like #|)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: shebang question
       [not found] <54d8e340.25bf420a.5aa2.ffffcac9SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2015-02-09 17:13 ` Jérémie Roquet
  0 siblings, 0 replies; 2+ messages in thread
From: Jérémie Roquet @ 2015-02-09 17:13 UTC (permalink / raw)
  To: Helmut Jarausch; +Cc: Zsh Users

Hi Helmut,

2015-02-09 17:30 GMT+01:00 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>:
> 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-09 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-09 16:30 shebang question Helmut Jarausch
     [not found] <54d8e340.25bf420a.5aa2.ffffcac9SMTPIN_ADDED_BROKEN@mx.google.com>
2015-02-09 17:13 ` Jérémie Roquet

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).