Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 239 Bytes

File metadata and controls

20 lines (10 loc) · 239 Bytes

DevilShell

Custom shell written in C

To run:

  1. cd into program directory

  2. make

  3. ./dsh

  4. type in shell commands as you would normally.

ex: cd, ls, grep, |, pwd, etc...

See other README for implementation details.