Embedded TCP/IP stack
4.7.0
|
fnet_return_t fnet_shell_script | ( | fnet_shell_desc_t | desc, |
fnet_char_t * | script | ||
) |
Executes the command line script.
desc | Shell service descriptor. |
script | Command line string (null-terminated) to be executed by the shell. |
This function executes a predefined command-line script pointed by the script
.
The script string may have several commands but they must be split by the FNET_SHELL_COMMAND_SPLITTER symbol.