Osh is a shell made in odin, this shell is a training project and just a simple shell with not a lot of features !!!
Caution
Osh is very bare bones and not recommended as a real shell
To build osh you will need a recent version of Odin and run this in your terminal:
git clone https://github.com/BoumOups/osh.git
cd osh
odin run build.odin -fileNote
There are no release mode, just debug for the moment.
To test osh you can use the dockerfile, it will create an image with Ubuntu and soh as the starting program !
docker build -t osh-dev
docker run -it --rm osh-devNote
There are no real tests scripts for the moment.
Thank you for looking at this project !