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.
- Host: GitHub
- URL: https://github.com/pcapurro/42microshell
- Owner: pcapurro
- Created: 2024-09-05T11:33:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T17:29:42.000Z (8 months ago)
- Last Synced: 2025-02-07T08:46:24.391Z (3 months ago)
- Topics: bash, cd, execution, execve, shell
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.