#!/usr/bin/wish if {[llength $argv] > 1} { send -async [lindex $argv 0] [lrange $argv 1 end] } exit