Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 494 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 494 Bytes

Simple Shell

The idea behind this project is to implement a Linux shell with basic features.

The project was designed and developed in C.

To compile the project, first clone then run.

	./compile.bash

To run the program

	./hsh

The program behaves similarly to /bin/sh.

Some built-in functions are defined.

  • exit
  • cd
  • alias
  • env
  • setenv
  • unsetenv

If you need to contact me, please click on my name below.

By David Obodo