Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 403 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 403 Bytes

simple-shell

A simple Shell coded in C that runs simple UNIX commands and navigate through directories.

Instructions to run:

  1. First install the readline lib
sudo apt-get install libreadline-dev
  1. Run the Makefile or compile with the following parameters
gcc bash.c -o bash -lreadline
  1. Run the compiled file
./bash
  1. type help to see the available commands

  2. Enjoy!