Livl Shell
0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
|
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"
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... | |
File containing the main header file to include all the other header files.
void handle_input | ( | char * | input | ) |
Handle the input.
input | The input to handle. |
void run_batch_mode | ( | char * | argv[], |
int | argc | ||
) |
Run the shell in batch mode.
argv | The arguments of the shell. |
argc | The number of arguments. |