diff options
author | Denys Vlasenko | 2009-05-19 17:36:16 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-05-19 17:36:16 +0200 |
commit | 5e61115ea45c621867941e52e6ac016680415656 (patch) | |
tree | 7e92d0ee0720d907b4b35bfa510c3969c79eaaa8 /util-linux/Config.in | |
parent | 5a49d284a6a9f6cf2076f23561f95aebdfd44592 (diff) | |
download | busybox-5e61115ea45c621867941e52e6ac016680415656.zip busybox-5e61115ea45c621867941e52e6ac016680415656.tar.gz |
scriptreplay: new applet. +423 bytes
Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index e5c053f..0245501 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -764,6 +764,13 @@ config SCRIPT help The script makes typescript of terminal session. +config SCRIPTREPLAY + bool "scriptreplay" + default n + help + This program replays a typescript, using timing information + given by script -t. + config SETARCH bool "setarch" default n |