https://github.com/paudefclasspy/basicshell-python
A lightweight and efficient custom shell built from scratch, supporting fundamental Unix commands, piping, redirections, and job control. Designed for simplicity and extensibility, making it a great learning resource for shell development and operating system concepts.
https://github.com/paudefclasspy/basicshell-python
Last synced: 11 months ago
JSON representation
A lightweight and efficient custom shell built from scratch, supporting fundamental Unix commands, piping, redirections, and job control. Designed for simplicity and extensibility, making it a great learning resource for shell development and operating system concepts.
- Host: GitHub
- URL: https://github.com/paudefclasspy/basicshell-python
- Owner: paudefclasspy
- License: mit
- Created: 2025-02-10T11:27:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T11:28:16.000Z (over 1 year ago)
- Last Synced: 2025-06-02T06:06:08.598Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# basicshell-python
A lightweight and efficient custom shell built from scratch, supporting fundamental Unix commands, piping, redirections, and job control. Designed for simplicity and extensibility, making it a great learning resource for shell development and operating system concepts.