~ubuntu-branches/ubuntu/trusty/expect/trusty

« back to all changes in this revision

Viewing changes to example/tkterm

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2011-08-17 21:50:29 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110817215029-0cfarscc630tfc5v
Tags: 5.45-1
* New upstream release.
* Removed unnecessary patches.
* Removed the expectk package because expectk was dropped from the upstream
  distribution. See NEWS.Debian for possible workarounds.
* Updated package to standards version 3.9.2 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/depot/path/expectk
 
1
#!/bin/sh
 
2
# -*- tcl -*-
 
3
# The next line is executed by /bin/sh, but not tcl \
 
4
exec tclsh "$0" ${1+"$@"}
 
5
 
 
6
package require Expect
 
7
package require Tk
2
8
 
3
9
# Name: tkterm - terminal emulator using Expect and Tk text widget, v3.0
4
10
# Author: Don Libes, July '94