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++
- Host: GitHub
- URL: https://github.com/thecrazymage/bourne-shell
- Owner: thecrazymage
- Created: 2021-02-01T14:04:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T23:30:54.000Z (over 3 years ago)
- Last Synced: 2025-12-08T00:11:30.876Z (7 months ago)
- Topics: cpp, linux, shell
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```