Skip to content

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

Notifications You must be signed in to change notification settings

daryark/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published