Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 289 Bytes

File metadata and controls

17 lines (14 loc) · 289 Bytes

#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