Skip to content

A simple C shell (๐Ÿš) that uses the posix_spawnp interface to compose multiple programs and manage jobs. It also supports input redirection, output redirection, and piping.

Notifications You must be signed in to change notification settings

sheikhamxa8248/Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Shell

A simple C shell that uses posix_spawnp interface to compose multiple programs and manage jobs. It also supports input redirection, output redirection, and piping.

Run the Following Commands

make spawnshell
./spawnshell

About

A simple C shell (๐Ÿš) that uses the posix_spawnp interface to compose multiple programs and manage jobs. It also supports input redirection, output redirection, and piping.

Resources

Stars

Watchers

Forks