Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 191 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 191 Bytes

This is an implementation of a linux shell. It runs a tight loop and waits for the user's input. It then forks and execs the command. There is no kill switch yet. Ctrl+C to kill the program.