Skip to content

skyheis/42_minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

duckshell w/ my boy nbordoni

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published