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
- Host: GitHub
- URL: https://github.com/deutranium/linux-kshell
- Owner: deutranium
- Created: 2021-09-03T01:14:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T03:50:40.000Z (about 4 years ago)
- Last Synced: 2025-02-09T18:49:28.939Z (8 months ago)
- Language: C
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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