mytksend 103 B

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