https://github.com/shuygena/minishell
:computer: Our shell that implements some bash functions
https://github.com/shuygena/minishell
42 42subjects bash execve pipes signals
Last synced: 3 months ago
JSON representation
:computer: Our shell that implements some bash functions
- Host: GitHub
- URL: https://github.com/shuygena/minishell
- Owner: shuygena
- Created: 2022-05-15T17:12:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T20:00:50.000Z (about 2 years ago)
- Last Synced: 2025-01-17T02:22:49.691Z (5 months ago)
- Topics: 42, 42subjects, bash, execve, pipes, signals
- Language: C
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minishell
Lost in The Shell.
## :toolbox: Requirements:
GCC compiler
GNU Make## :link: Download & Compile
Clone repository:
```
git clone https://github.com/shuygena/minishell minishell
```
Go to directory:
```
cd minishell/minishel\ v01/
```
For compile program run:
```
make
```## :pager: How to use
Launch it with:
```
./minishell
```
Use it like bash)