https://github.com/devcom33/simple_shell
This project is a simple shell implementation created using the C programming language. The goal of this repository is to develop a basic command-line shell from scratch. The shell allows users to execute commands, manage processes, and interact with the underlying operating system.
https://github.com/devcom33/simple_shell
Last synced: about 1 year ago
JSON representation
This project is a simple shell implementation created using the C programming language. The goal of this repository is to develop a basic command-line shell from scratch. The shell allows users to execute commands, manage processes, and interact with the underlying operating system.
- Host: GitHub
- URL: https://github.com/devcom33/simple_shell
- Owner: devcom33
- Created: 2023-05-12T18:51:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T02:31:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T15:32:48.732Z (about 1 year ago)
- Language: C
- Size: 214 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# simple_shell
This is a simple shell program that emulates the basic functionalities of a command-line interface.
Features