https://github.com/shannon-kioko/simple_shell
https://github.com/shannon-kioko/simple_shell
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shannon-kioko/simple_shell
- Owner: Shannon-Kioko
- Created: 2023-05-24T16:41:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T20:33:56.000Z (about 2 years ago)
- Last Synced: 2025-01-09T06:45:24.858Z (5 months ago)
- Language: C
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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