https://github.com/tinitiuset/minishell
This project is a simple shell.
https://github.com/tinitiuset/minishell
Last synced: 3 months ago
JSON representation
This project is a simple shell.
- Host: GitHub
- URL: https://github.com/tinitiuset/minishell
- Owner: tinitiuset
- Created: 2023-03-17T14:04:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T14:35:37.000Z (over 3 years ago)
- Last Synced: 2025-06-06T17:08:21.624Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minishell 
This project is a simple shell.
## Mark:

# Reference Information:
https://www.cs.purdue.edu/homes/grr/SystemsProgrammingBook/Book/Chapter5-WritingYourOwnShell.pdf
# Initial Flowchart Diagram

## Job Delegator Example Flowchart

## Job Flowchart

## Debug a Child process
set detach-on-fork off
set follow-fork-mode child
https://unix.stackexchange.com/questions/79888/what-exactly-happens-when-a-built-in-command-is-run-in-a-shell