summaryrefslogtreecommitdiffstats
path: root/funtools/tmain.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'funtools/tmain.tcl')
-rw-r--r--funtools/tmain.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/funtools/tmain.tcl b/funtools/tmain.tcl
new file mode 100644
index 0000000..3636d44
--- /dev/null
+++ b/funtools/tmain.tcl
@@ -0,0 +1 @@
+while {[gets stdin line] >=0} { puts [lindex $line 2] }