https://github.com/talyx/minishell
Сustom shell written in C language
https://github.com/talyx/minishell
fork minishell signal
Last synced: 2 months ago
JSON representation
Сustom shell written in C language
- Host: GitHub
- URL: https://github.com/talyx/minishell
- Owner: talyx
- Created: 2022-03-02T11:22:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T18:16:02.000Z (over 4 years ago)
- Last Synced: 2024-08-05T11:33:19.085Z (almost 2 years ago)
- Topics: fork, minishell, signal
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minishell
### Сustom shell written in C language.
Before running the program, you need to download the following libraries for the shell to work correctly (Ubuntu)
```
sudo apt-get install libreadline8 libreadline-dev
```
Clone repository with submodules
```
git clone https://github.com/Talyx/minishell --recurse-submodules
```