An open API service indexing awesome lists of open source software.

https://github.com/deutranium/linux-kshell

A custom shell based on Linux written in C | Operating Systems and Networks - Monsoon'21
https://github.com/deutranium/linux-kshell

Last synced: 6 months ago
JSON representation

A custom shell based on Linux written in C | Operating Systems and Networks - Monsoon'21

Awesome Lists containing this project

README

          

#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