ft_minishell1
March 27, 2015 ยท View on GitHub
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