Skip to content

thecrazymage/Bourne-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

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

About

🐚 Bourne shell implementation in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages