https://github.com/tcarmet/ft_minishell1
Unix command interpreter
https://github.com/tcarmet/ft_minishell1
Last synced: about 1 month ago
JSON representation
Unix command interpreter
- Host: GitHub
- URL: https://github.com/tcarmet/ft_minishell1
- Owner: tcarmet
- Created: 2015-02-16T17:14:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-05T19:28:24.000Z (about 10 years ago)
- Last Synced: 2024-08-03T18:16:54.489Z (11 months ago)
- Language: C
- Homepage:
- Size: 403 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - ft_minishell1
README
# ft_minishell1
![]()
This is a project of Ecole 42This 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