Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 364 Bytes

File metadata and controls

11 lines (8 loc) · 364 Bytes

Linux-Shell

Custom terminal shell based on the POSIX architecture with integrated syscalls and in-built commands. Supports piping, redirection and signal handling.

Instructions

Compile Code and generate an executable file

gcc turtle.c -o turtle

Running the shell

./turtle

While inside the shell type the command "help" for more instructions.