Skip to content

nicolasmagalhaes/simple-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published