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

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.

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