Listing 1 An example command shell configuration
<box number="600">
<type>
command
</type>
<owner>
nobody
</owner>
<restrictLoginFrom>
5551212
</restrictLoginFrom>
<commandList>
<command selection="100">
<input>
text
</input>
<return>
tts
</return>
<run>
sendemail.pl
</run>
</command>
<command selection="200">
<return>
file
</return>
<run>
servertemp.sh celcius
</run>
</command>
</commandList>
</box>
|