1ttyrec is a tty recorder. ttyplay is a tty player.
2
3Installation:
4
5  % make
6
7or if your system is SVR4 system (Solaris etc.),
8
9  % make CFLAGS=-DSVR4
10
11or if your system supports getpt(3),
12
13  % make CFLAGS=-DHAVE_getpt
14
15HAVE_getpt is required if your linux system uses devfs.
16
17
18Usage:
19
20  % ttyrec
21  (In the excuted shell, do whatever you want and exit)
22
23  % ttyplay ttyrecord
24
25Have fun!
26
27-- Satoru Takabayashi <satoru@namazu.org>
28