Skip to content

anna-ishkhanyan/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Mini Shell

A simple Unix shell implemented in C. It reads user input, parses it into commands and arguments, forks a new process, and executes the command using execvp.

Build and Run

make
./minishell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published