simple_shell/ │ ├── main.h # Header file with prototypes, macros, and global variables ├── main.c # Entry point (contains main function) ├── prompt.c # Handles shell prompt display ├── exec.c # Executes the commands (using execve) ├── builtins.c # Built-in commands (like 'exit') ├── utils.c # Helper functions (e.g., string operations) └── Makefile # Compilation instructions for easy build
-
Notifications
You must be signed in to change notification settings - Fork 0
Lanceky/simple_shell
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published