Jump to content

Multiline shebang: Difference between revisions

(julia example)
Line 436:
& EVAL 'exec perl6 $0 $argv:q'
if 0;</lang>
 
=={{header|Phix}}==
<lang Phix>#!/bin/bash
sed -n -e '6,$p' < "$0" > tmp.eu
\path\to\phix tmp.eu "$@"
rm tmp.eu
exit
?command_line()</lang>
 
=={{header|PicoLisp}}==
7,813

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.