You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.