Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fylga/minishell
https://github.com/fylga/minishell
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fylga/minishell
- Owner: Fylga
- Created: 2022-07-12T10:25:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T11:22:04.000Z (over 2 years ago)
- Last Synced: 2024-10-09T11:02:24.446Z (about 1 month ago)
- Language: C
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## minishell
# A replica of the shell tcsh
## Usage
Execute `make` then `./mysh` and you will be able to type the commands that were made (Check below).
# Commands
- all /bin commands
- `cd`
- `env`
- `setenv` & `unsetenv`
- `exit`## Credits
Joris FRANCIN