![]() |
YASH 0.1
CLI written in C
|
Execution functions for the YASH shell. More...
#include "../include/exec.h"#include "../include/debug.h"#include "../include/jobs.h"#include <errno.h>#include <fcntl.h>#include <signal.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <sys/wait.h>#include <unistd.h>Functions | |
| int | execute_line (Line *line) |
| Execute a line of input. | |
Execution functions for the YASH shell.
This file contains the execution functions for the YASH shell.
| int execute_line | ( | Line * | line | ) |
Execute a line of input.
| line |