void run_interactive_mode()
Run the shell in interactive mode.
Definition: main.c:13
File containing the functions to manage (load & save, etc.) the history of commands entered by the us...
void run_batch_mode(char *argv[], int argc)
Run the shell in batch mode.
Definition: main.c:26
void handle_input(char *input)
Handle the input.
Definition: main.c:3