o
odinpkg.dev
packages / library / osh

osh

f53ee72library

Simple and cool shell made in Odin

MIT · updated 4 months ago

OSH

Osh is a shell made in odin, this shell is a training project and just a simple shell with not a lot of features !!!

Important

Caution

Osh is very bare bones and not recommended as a real shell

How to build ?

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 -file

Note

There are no release mode, just debug for the moment.

How to test ?

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-dev

Note

There are no real tests scripts for the moment.

Thanks

Thank you for looking at this project !