Skip to content

Lanceky/simple_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages