| author | lcp | 
| Fri, 28 Jul 1995 11:48:55 +0200 | |
| changeset 1206 | 30df104ceb91 | 
| parent 0 | a5a9c433f639 | 
| child 2100 | 4a299f5408b7 | 
| permissions | -rwxr-xr-x | 
| 0 | 1 | #! /bin/sh | 
| 2 | # xlisten -- start a program in one window and create a listener window | |
| 3 | # environment variable $LISTEN specifies the file name | |
| 4 | ||
| 5 | #create the file! | |
| 6 | date > $LISTEN | |
| 7 | ||
| 8 | xterm -geo 80x10+0+0 -T Listener -n Listener -e tail -f $LISTEN & | |
| 9 | sleep 2 | |
| 10 | xterm -geo 80x45+0-0 -e teeinput $* & |