An open API service indexing awesome lists of open source software.

https://github.com/thecrazymage/bourne-shell

:shell: Bourne shell implementation in C++
https://github.com/thecrazymage/bourne-shell

cpp linux shell

Last synced: 3 months ago
JSON representation

:shell: Bourne shell implementation in C++

Awesome Lists containing this project

README

          

# Bourne shell implementation in C++

It provides reading, parsing, and launching of synchronous commands as well as assignment and expansion of variables.

In addition, the built-in cd command is implemented.

## Code run ##

```bash
g++ main.cpp -o main.exe
.\main.exe
```