42sh 1.0.0
Create a shell in C
|
The file containing the exec functions. More...
#include "../../include/myshell.h"
Functions | |
int | exec_command (mysh_t *mysh) |
Execute the command. | |
The file containing the exec functions.
int exec_command | ( | mysh_t * | mysh | ) |
Execute the command.
The exec command builtin.
mysh | The shell structure |