ceptr
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
shell.c File Reference

implementation of a command line shell receptor More...

#include "shell.h"
#include "semtrex.h"
#include "protocol.h"
Include dependency graph for shell.c:

Go to the source code of this file.

Functions

void addCommand (Receptor *r, ReceptorAddress ox, char *command, char *desc, T *code, T *bindings_handler)
 
void makeShell (VMHost *v, FILE *input, FILE *output, Receptor **irp, Receptor **orp, Stream **isp, Stream **osp)
 

Detailed Description

implementation of a command line shell receptor

Definition in file shell.c.