Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcarmet/ft_minishell1
Unix command interpreter
https://github.com/tcarmet/ft_minishell1
Last synced: 3 months ago
JSON representation
Unix command interpreter
- Host: GitHub
- URL: https://github.com/tcarmet/ft_minishell1
- Owner: tcarmet
- Created: 2015-02-16T17:14:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-05T19:28:24.000Z (almost 10 years ago)
- Last Synced: 2024-04-24T15:35:05.913Z (10 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