Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 537 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 537 Bytes

Megashell

A unix shell written in C.

Features

  • File redirections
  • Pipes
  • Heredoc
  • Environment variables
  • Shell history file
  • Aliases

Getting Started

Megashell depends on the readline library.

sudo apt install libreadline-dev
git clone [email protected]:JopjeKnopje/megashell.git
cd megashell
make

For the unit tests we're using criterion.

apt install libcriterion-dev
make test