Multiline shebang: Difference between revisions

→‎{{header|Phix}}: marked p2js incompatible
(→‎{{header|Phix}}: marked p2js incompatible)
Line 445:
 
=={{header|Phix}}==
<!--(notonline)-->
Obviously this is not pwa/p2js compatible, since you cannot run bash or sed (with redirection) or phix or 'rm tmp.eu' from within a browser, and is only intended to be run on Linux, though you could perhaps run it on Windows but only in some kind of bash shell.
<lang Phix>#!/bin/bash
sed -n -e '7,$p' < "$0" > tmp.eu
7,805

edits