Skip to content

Latest commit

History

158 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

TREE:

├── Makefile
├── incl
│ ├── execute.h
│ ├── minishell.h
│ └── parsing.h
└── src
├── minishell.c
├── exec
│ ├── builtins1.c
│ ├── builtins2.c
│ ├── echo.c
│ ├── execute.c
│ └── open_files.c
├── parsing
│ ├── cmd.c
│ ├── cmd_init.c
│ ├── dollar_parse.c
│ ├── env_init.c
│ ├── open_quotes.c
│ ├── parsing.c
│ └── tokenize.c
└── utils
├── arr.c
├── clean.c
├── env_lst.c
├── err.c
├── err_parsing.c
├── print.c
├── split_save_divider.c
├── utils_env.c
├── utils_execute.c
├── utils_parsing.c
├── utils_path.c
├── utils_signals.c
└── utils_symbol.c

About

Recreation of my own bash Shell in mini version with all the main commands being recreated

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages