summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/Test.tcl9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Test.tcl b/src/Test.tcl
new file mode 100755
index 0000000..bb50c29
--- /dev/null
+++ b/src/Test.tcl
@@ -0,0 +1,9 @@
+load ivytcl.so.3.0
+Ivy::init TESTTCL "TESTTCL Ready" echo echo
+Ivy::start 143.196.53.255:2011
+Ivy::bind "(.*)" echo
+Ivy::applist
+Ivy::send test
+Ivy::applist
+mainloop
+