Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 1.67 KB

README.md

File metadata and controls

66 lines (49 loc) · 1.67 KB

Duckshell

A simple shell for the "minishell" 42's project, named duckshell :D

Code size in bytes Contributors GitHub top language GitHub last commit 42 school


🦆 Map of the project

Thanks to @marzianegro for prettifying my map :)


🐳 Installation or Docker usage

This shell uses 'readline', so the library has to be installed. For simple testing you can build the image with Docker.

To pull files

git clone [email protected]:skyheis/42_minishell.git

To compile the duckshell

$ make

To load just run the binary

$ ./minishell

You can download the image and run in docker with the following command

$ docker run -it --name duckshell --rm skyheis/duckshell:latest

Or you can build the image and run with the following commands

$ docker build -t duckshell .
$ docker run -it --name duckshell --rm duckshell

⚖️ License

See LICENSE