Wednesday, October 27, 2010

The shebang is implemented.

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>

1 comment:

  1. Additionally the default_shebang field was implemented for the STARTUP tag.

    ReplyDelete