Jump to content

Multiline shebang: Difference between revisions

(→‎{{header|Scheme}}: bash idioms)
Line 92:
Here, the script name is passed once to CLISP and once to ext:*args*, which normally omits it.
 
<lang lisp>#!/bin/bashsh
#|
exec clisp -q -q $0 $0 ${1+"$@"}
exit
|#</lang>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.