https://github.com/frouioui/minishell2
Simple reproduction of the tcsh.
https://github.com/frouioui/minishell2
epitech minishell minishell2 tcsh
Last synced: 2 months ago
JSON representation
Simple reproduction of the tcsh.
- Host: GitHub
- URL: https://github.com/frouioui/minishell2
- Owner: frouioui
- Created: 2018-04-14T08:47:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T10:39:31.000Z (about 7 years ago)
- Last Synced: 2025-02-26T03:34:48.418Z (3 months ago)
- Topics: epitech, minishell, minishell2, tcsh
- Language: C
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minishell2
Simple reproduction of the tcsh shell.## compile & execute
```
$ make
$ ./mysh --bonus
```