xlisten
changeset 1183 b666aabe866b
parent 1182 30286ceb9adb
child 1184 94ada3b54caa
--- a/xlisten	Wed Jul 19 15:53:43 1995 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#! /bin/sh
-#  xlisten -- start a program in one window and create a listener window
-#     environment variable $LISTEN specifies the file name
-
-#create the file!
-date > $LISTEN
-
-xterm -geo 80x10+0+0 -T Listener -n Listener -e tail -f $LISTEN &
-sleep 2
-xterm -geo 80x45+0-0 -e teeinput $* &