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

https://github.com/teamkweku/simple_shell

The Simple Shell project is an implementation of a basic Unix shell written in C. This project aims to provide a minimalist yet functional shell environment for users to execute commands, navigate directories, and manage processes.
https://github.com/teamkweku/simple_shell

c-programming command-line-interpreter operating-system process-management system-utilities unix

Last synced: about 1 year ago
JSON representation

The Simple Shell project is an implementation of a basic Unix shell written in C. This project aims to provide a minimalist yet functional shell environment for users to execute commands, navigate directories, and manage processes.

Awesome Lists containing this project

README

          

# 0x16. C - Simple Shell
> A simple UNIX command interpreter.