https://github.com/virresh/ultra-simple-shell
A basic shell made in C to demonstrate fork and exec. Also built several augmenting utilities like ls, mkdir, date etc.
https://github.com/virresh/ultra-simple-shell
linux os
Last synced: about 2 months ago
JSON representation
A basic shell made in C to demonstrate fork and exec. Also built several augmenting utilities like ls, mkdir, date etc.
- Host: GitHub
- URL: https://github.com/virresh/ultra-simple-shell
- Owner: virresh
- Created: 2018-02-11T12:47:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T12:55:15.000Z (over 8 years ago)
- Last Synced: 2025-12-28T13:33:16.655Z (6 months ago)
- Topics: linux, os
- Language: C
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ultra-Simple-Shell
A basic shell made in C to demonstrate fork and exec. Also built several augmenting utilities like ls, mkdir, date etc.
Screenshot:

Used fork and exec and various other system calls. Also made custom binaries for functions like ls, mkdir, rm, date and cat.
Complete documentation available here :
Report Link