Skip to content

Nathanawaring/Custom-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Listing

shell/
│
├── src/
│ ├── main.c
│ └── shell.c
| └── lexer.c
│
├── include/
│ └── shell.h
│ └── lexer.h
│
├── README.md
└── Makefile

How to Compile & Execute

Requirements

  • Compiler: gcc
  • Dependencies: None

Compilation

For a C/C++ example:

make

This will build the executable in bin

Execution

make
./bin/shell

This will run the program shell

Bugs

Commands of the form 'cmd1 | cmd2 &' execute properly on platforms other than linprog; however, they do not function as intended within linprog.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors