diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-27 11:54:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-27 11:54:59 +0000 |
commit | 5014dada3fa0bb6f6873e28fe6491f0789239cdc (patch) | |
tree | 25cc7ed4e457d924131f3e7cdbab1e187a617639 /miscutils | |
parent | 8195d20e36bfeeb30b3424e2635ba4757ec38137 (diff) | |
download | busybox-5014dada3fa0bb6f6873e28fe6491f0789239cdc.tar.gz |
script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 73c765f2c..ac1e2b57c 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -410,6 +410,12 @@ config RX help Receive files using the Xmodem protocol. +config SCRIPT + bool "script" + default n + help + The script makes typescript of terminal session. + config STRINGS bool "strings" default n |