Skip to content

an implementation of Linux's shell, written in C. most shell commands will be executed via execvp, there are a few built in commands found in builtin.c

Notifications You must be signed in to change notification settings

ColeOliva/my_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_shell

included Makefile, so run 'make' to compile and 'make clean' to clean up the directory after running. After making, run ./myshell to open up the shell mimic, and exit to leave.

About

an implementation of Linux's shell, written in C. most shell commands will be executed via execvp, there are a few built in commands found in builtin.c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published