Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nikkoro/microshell

microshell in C
https://github.com/nikkoro/microshell

Last synced: 5 days ago
JSON representation

microshell in C

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