[PLUG-Devel] busybox ash shell pause command?
Alan Dayley
alandd at consultpros.com
Sat Nov 1 20:29:01 MST 2008
Thanks, Lisa.
Unfortunately the version of Busybox I am dealing with does not have
the command chat.
I had an answer from someone else off-list suggesting the "read"
command without using the string. This Busybox supports that command.
It looks like that solution will work with something like:
echo "Press a key to continue."
read a
Alan
On Sat, Nov 1, 2008 at 7:16 PM, Lisa Kachold <lisakachold at obnosis.com> wrote:
> chat EXPECT?
> chat
> chat EXPECT [SEND [EXPECT [SEND...]]] Useful for interacting with a modem
> connected to stdin/stdout. A script consists of one or more ``expect-send''
> pairs of strings, each pair is a pair of arguments. Example: chat '' ATZ OK
> ATD123456 CONNECT '' ogin: pppuser word: ppppass '~'
> Reference: http://www.busybox.net/downloads/BusyBox.html
More information about the PLUG-devel
mailing list