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

Command to set environment variables. More...

#include <command.h>

Public Attributes

CommandType type
 
char * env_var
 
char * val
 

Detailed Description

Command to set environment variables.

See also
CommandType, lookup_env(), write_env(), Command

Member Data Documentation

char* ExportCommand::env_var

Name of environment variable to set

CommandType ExportCommand::type

Type of command

char* ExportCommand::val

String that should be stored in env_var environment variable


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