Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 311 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 311 Bytes

Custom Shell

Compile: gcc -o msh msh.c

Supports any Unix Command (ps, ls, cd, ect..)

Implements the "history" command and the "!n" command, n being the nth command from history. This shows last 15 commands.

Implements the "listpids" or "showpids" command to show last 15 PIDs.

Happy Hacking!