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

https://github.com/pcapurro/42microshell

Minimalist version of bash.
https://github.com/pcapurro/42microshell

bash cd execution execve shell

Last synced: about 1 month ago
JSON representation

Minimalist version of bash.

Awesome Lists containing this project

README

        

## Weclome to microshell!

This is a minimalist version of bash.
It can executes command one at a time, including commands with ';' or '|' operators.
External commands require the entire path (example: '/bin/ls' needs to be type in order to use ls).

This is the code I submitted during an exam of 42 school.