Skip to content

deutranium/Linux-Kshell

Repository files navigation

#Kshell

A shell written in C

Builtin Commands

  • cd
  • echo
  • ls
  • pinfo
  • pwd
  • repeat

File structure

  • kshell.c : Contains main()
  • utils.c : Provides internal utility functions
  • For built-in commands each file has separate file with same name.
  • prompt.c : Prints shell prompt

About

A custom shell based on Linux written in C

Resources

Stars

Watchers

Forks