Skip to content

JuozasVainauskas/mini-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-shell

Hobby UNIX shell implementation.

The purpose of this project is to understand the principles how UNIX shells work "under the hood".

How to run it

You can run the shell:

  • in a container:

      docker run --rm -it $(docker build -q .)
  • locally:

      make

    NOTE: you can clean up build files with make clean command

TODO

  • Piping
  • Redirection
  • Globbing
  • ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published