Skip to content

vvact/simple_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implemtation of a simple shell in C programming This is a simple shell implementation written in C. It provides a basic command-line interface where users can enter commands and execute them.

Features of the simple shell include ##Reads commands from the user and executes them ##Supports command-line arguments ##Handles basic error checking for command execution ##Uses fork() to create a child process for command execution ##Waits for the child process to complete using waitpid() ##Runs in an infinite loop until the user exits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages