|
Livl Shell
0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
|
void free_command(Command *cmd)
Free a command.
Definition: command.c:80
Command evaluate_command(const char *input)
Evaluate a command from a string.
Definition: command.c:3
Managing livl-shell aliases.
Struct that represents a command.
Definition: typedef.h:97
File containing some utilities.
void init_command(Command *cmd)
Initialize a command.
Definition: command.c:67
void get_complete_command_array(Command *cmd)
Get the complete command (command + arguments) as a string.
Definition: command.c:49
File containing all the typedefs used in the shell program.