A simple shell written in c by following Stephen Brennan's tutorial.
├── Makefile
├── README.md
└── src
├── builtin-commands.c
├── builtin-commands.h
├── lsh.c
├── lsh.h
└── main.c
- Clone the repository
git clone https://github.com/ashirbadsahu/lsh.git
cd lsh
- Compile the source code
make
- Run the shell
./lsh