|
42sh 1.0.0
Create a shell in C
|
The file containing the right redirections functions. More...
#include "../../include/myshell.h"Functions | |
| void | exec_right_redirection (mysh_t *mysh, input_command_t *input) |
| Execute the right redirection. | |
The file containing the right redirections functions.
| void exec_right_redirection | ( | mysh_t * | mysh, |
| input_command_t * | input ) |
Execute the right redirection.
| mysh | The shell structure |
| input | The input command |