/Turtle

Shell written in C.

Primary LanguageC

Turtle

  • Simple Shell written in C.

Features:

  • No built-in feature is implemented
  • making process run in background using $
  • Implemented history feature
  • Use ! with a number to indicate the command number.
>ls
a.out  history_stack.c	README.md  shell.c
>pwd
/home/avirlrma/OS-Projects/Turtle
>! 1
/home/avirlrma/OS-Projects/Turtle

To-do:

  • implement exit
  • implement cd

Extras:

  • Comments are worth reading! 😄

Credits: