Skip to content

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

Notifications You must be signed in to change notification settings

ashwingopinath/Linux-Shell

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages