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