Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tcarmet/ft_minishell1

Unix command interpreter
https://github.com/tcarmet/ft_minishell1

Last synced: about 2 months ago
JSON representation

Unix command interpreter

Awesome Lists containing this project

README

        

# ft_minishell1


This is a project of Ecole 42

This program is a mini Unix command interpreter.
ft_minishell2 will be available soon.

This project was made with : tcoppin









## Usage
$> make
$> usage: ./ft_minishell1

## Available Builtin :

* env
* cd
* env -i
* setenv
* unsetenv
* exit