Skip to content

Kiwifuit/msh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐚 Mini SHell

msh is a minimal shell for my minimal linux distro. At the moment, this project has no plans to do anything other than reinvent the wheel for fun.

Building

Requires cmake, make, and a good c compiler (or use clang)

mkdir build
cd build
cmake ..
make -j $(nproc) # not really needed as of now, but why not
./msh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors