Quash Shell
0.1
A simple yet powerfull shell program
|
Commands that take any number of arguments and are not built into Quash. More...
#include <command.h>
Public Attributes | |
CommandType | type |
char ** | args |
Commands that take any number of arguments and are not built into Quash.
char** GenericCommand::args |
A NULL terminated array of c-strings ready to pass to exec functions
CommandType GenericCommand::type |
Type of command