[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <system>
        <scripts>
            <op>
                <file>
                    <name>name</name> <!-- identifier -->
                    <command>command</command>
                    <description>description</description>
                    <source>source</source>
                    <refresh/>
                    <refresh-from>refresh-from</refresh-from>
                    <arguments>...</arguments>
                </file>
            </op>
        </scripts>
    </system>
</configuration>

Description

Configuration for each operation script.

Contents

<arguments>—Command line argument to the script.

<command>—Command alias for the script file.

<description>—Description of the script.

<name>—Local filename of the script file.

<refresh>—Refresh this script from its source.

<refresh-from>—Refresh this script from a given URL.

<source>—URL of source for this script.


[Contents] [Prev] [Next] [Index] [Report an Error]