Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fylga/minishell


https://github.com/fylga/minishell

Last synced: 9 days ago
JSON representation

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