An open API service indexing awesome lists of open source software.

https://github.com/shannon-kioko/simple_shell


https://github.com/shannon-kioko/simple_shell

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# simple_shell
Collaborative project on building a simple shell with John Ombuya and I, Shannon Kioko.

Files in this repository:

### _getline.c
Works same as getline function that reads from stream
### alias_management.c

### builtin_envs

### builtin_list.c

### builtins_more.c

### env_managemnet

### execute.c

### expansions.c

### find_in_path.c

### helper_free.c

### helper_num_ops.c

### helper_print.c

### helper_strings.c

### macros.h

### main.c

### shell.h

### str_token.c

### tokenizer.c