Livl Shell  0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
Functions
main.h File Reference

File containing the main header file to include all the other header files. More...

#include "console.h"
#include "input_parser.h"
#include "command_sequence.h"
#include "history_command.h"
#include "alias.h"
#include "builtin_commands.h"
Include dependency graph for main.h:

Go to the source code of this file.

Functions

void run_batch_mode (char *argv[], int argc)
 Run the shell in batch mode. More...
 
void run_interactive_mode ()
 Run the shell in interactive mode.
 
void handle_input (char *input)
 Handle the input. More...
 

Detailed Description

File containing the main header file to include all the other header files.

Author
Julien & Franck
Date
24 Dec 2023

Function Documentation

◆ handle_input()

void handle_input ( char *  input)

Handle the input.

Parameters
inputThe input to handle.

◆ run_batch_mode()

void run_batch_mode ( char *  argv[],
int  argc 
)

Run the shell in batch mode.

Parameters
argvThe arguments of the shell.
argcThe number of arguments.