Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikkoro/microshell
microshell in C
https://github.com/nikkoro/microshell
Last synced: 5 days ago
JSON representation
microshell in C
- Host: GitHub
- URL: https://github.com/nikkoro/microshell
- Owner: Nikkoro
- Created: 2021-05-27T22:07:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T22:33:33.000Z (over 3 years ago)
- Last Synced: 2023-09-05T23:44:20.084Z (over 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microshell
DO NOT COPY FOR YOUR ASSIGNMENT, GET AN IDEA AND DO IT YOURSELF! :)
- custom prompt with current user
- cd
- exit
- help
- fork() + exec() to execute programs in PATH
- error if command is not recognized
- basic usage of colors