]> git.ipfire.org Git - thirdparty/util-linux.git/commit
scriptlive: add new command to re-execute script(1) typescript
authorKarel Zak <kzak@redhat.com>
Tue, 2 Jul 2019 15:03:53 +0000 (17:03 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Oct 2019 11:11:54 +0000 (13:11 +0200)
commit33869e5ac0534ac6c2a7a33a274642b07b030e25
tree6d3115c17aa61b3f56a550ccae6f80b4778fcfd1
parent12352c967c6a069677a02883e58231194bd57ee0
scriptlive: add new command to re-execute script(1) typescript

The old good scriptreplay(1) just display your recorded session, the
scriptlive(1) uses stdin typescript (from new script(1)) to execute
your commands again.

Signed-off-by: Karel Zak <kzak@redhat.com>
.gitignore
configure.ac
term-utils/Makemodule.am
term-utils/script.c
term-utils/scriptlive.c [new file with mode: 0644]