https://github.com/tca166/microshell
A linux OS shell made as a semester project
https://github.com/tca166/microshell
Last synced: over 1 year ago
JSON representation
A linux OS shell made as a semester project
- Host: GitHub
- URL: https://github.com/tca166/microshell
- Owner: TCA166
- Created: 2023-01-29T19:14:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T19:15:21.000Z (over 3 years ago)
- Last Synced: 2025-02-07T16:43:34.129Z (over 1 year ago)
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microshell
My uni semester project for the Operating Systems subject (06-DSOPLI0)
The goal was to create an OS shell that had a min of 2 custom commands and could launch programs in PATH.
Got the max grade for this beauty, well deserved if I do say so myself.
It handles input on the level of characters and handles signals like arrow keys and ^C