Multiline shebang: Difference between revisions

Line 346:
 
=={{header|PostgreSQL}}==
 
This style of shebang would also work with other languages that use double dashes for comments, though most of them (Lua, Haskell) already support traditional #!... shebangs.
 
<lang postgresql>--() { :; }; exec psql -f "$0"
Anonymous user