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.
- Host: GitHub
- URL: https://github.com/teamkweku/simple_shell
- Owner: TeamKweku
- Created: 2023-05-24T07:51:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T06:21:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T03:40:23.804Z (about 1 year ago)
- Topics: c-programming, command-line-interpreter, operating-system, process-management, system-utilities, unix
- Language: C
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# 0x16. C - Simple Shell
> A simple UNIX command interpreter.