mirror of https://github.com/sipwise/klish.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
511 B
16 lines
511 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CLISH_MODULE xmlns="http://clish.sourceforge.net/XMLSchema"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://clish.sourceforge.net/XMLSchema
|
|
http://clish.sourceforge.net/XMLSchema/clish.xsd">
|
|
|
|
<PLUGIN name="lua" file="clish_plugin_lua.so">
|
|
scripts_dir="/usr2/klish-rw/xml-examples/lua"
|
|
</PLUGIN>
|
|
<HOOK name="action" builtin="lua@lua"/>
|
|
|
|
<STARTUP view="test-view"/>
|
|
|
|
</CLISH_MODULE>
|
|
|