|
42sh 1.0.0
Create a shell in C
|
The file containing the multiple_commands functions. More...
#include "../../include/myshell.h"Functions | |
| void | analyse_multi_commands (mysh_t *mysh, char *line) |
| Analyse and execute multiple commands. | |
The file containing the multiple_commands functions.
| void analyse_multi_commands | ( | mysh_t * | mysh, |
| char * | line ) |
Analyse and execute multiple commands.
| mysh | The shell structure |
| line | The command line |