Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 168 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 168 Bytes

dingdong shell

a basic shell written in C

to use:

gcc src/main.c -o dsh && ./dsh

i followed this