The shebang is implemented for the command's ACTION. So the script can be executed using different scripting languages. The example with the perl as a script interpreter:
<COMMAND ...>
...
<ACTION shebang="/usr/bin/perl -w">
print "Hello world\n";
</ACTION>
</COMMAND>
Additionally the default_shebang field was implemented for the STARTUP tag.
ReplyDelete