Livl Shell
0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
|
Struct that represents a command sequence. More...
#include <typedef.h>
Data Fields | |
Command * | commands |
char ** | operators |
size_t | num_commands |
size_t | num_operators |
Struct that represents a command sequence.
CommandSequence::commands |
Array of commands.
CommandSequence::num_commands |
Number of commands.
CommandSequence::num_operators |
Number of operators.
CommandSequence::operators |
Array of operators.