shell/
│
├── src/
│ ├── main.c
│ └── shell.c
| └── lexer.c
│
├── include/
│ └── shell.h
│ └── lexer.h
│
├── README.md
└── Makefile
- Compiler: gcc
- Dependencies: None
For a C/C++ example:
makeThis will build the executable in bin
make
./bin/shellThis will run the program shell
Commands of the form 'cmd1 | cmd2 &' execute properly on platforms other than linprog; however, they do not function as intended within linprog.