YASH 0.1
CLI written in C
Loading...
Searching...
No Matches
exec.c File Reference

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.
 

Detailed Description

Execution functions for the YASH shell.

Author
Nathan Lemma
Date
09-16-2025

This file contains the execution functions for the YASH shell.

Function Documentation

◆ execute_line()

int execute_line ( Line * line)

Execute a line of input.

Parameters
line
Returns
int