Skip to content

josealonso/microshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microshell is a very simple Linux shell written in C language. It's a project required for the Operating System Course at my University (http://www.uah.es). If you want to see the functionalities of the shell, along with some design requirements, take a look at the doc/ folder.

To compile the shell, simply run:

make

And the executable called msh will be created.

                         T O D O
  • Make the comments Doxygen-friendly.
  • Translate everything into English.
  • Add more comments to the code.
  • Add some basic, useful functionalities, like the history expansion feature.

About

microshell is a simple Linux shell written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published