Skip to content

Simple Shell implementation with command line interface

Notifications You must be signed in to change notification settings

Matzim/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

This project builds a small shell with command line interface thanks to Curses.
This project uses the Curses library. Check is the unit testing library of the project.
CMake is the build system of the project.

Build

cmake .
make
make test

Usage

Run the shell

./minishell

Feature

This shell contains cd builtin and history.

About

Simple Shell implementation with command line interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published