Go to the first, previous, next, last section, table of contents.


`shell' - invoke a shell script

Usage: (shell command)
Generate a string by writing the value to a server shell and reading the output back in. The template programmer is responsible for ensuring that it completes within 10 seconds. If it does not, the server will be killed, the output tossed and a new server started.

Arguments:
command - shell command - the result value is stdout


Go to the first, previous, next, last section, table of contents.