Quash Shell  0.1
A simple yet powerfull shell program
Public Attributes | List of all members
GenericCommand Struct Reference

Commands that take any number of arguments and are not built into Quash. More...

#include <command.h>

Public Attributes

CommandType type
 
char ** args
 

Detailed Description

Commands that take any number of arguments and are not built into Quash.

See also
Command

Member Data Documentation

char** GenericCommand::args

A NULL terminated array of c-strings ready to pass to exec functions

CommandType GenericCommand::type

Type of command


The documentation for this struct was generated from the following file: