dennis95 / dennix

Dennix is a unix-like hobbyist operating system written from scratch.
ISC License
163 stars 13 forks source link

Redirection and pipes #9

Closed dennis95 closed 6 years ago

dennis95 commented 6 years ago

Implement redirection and pipes in the shell.

dennis95 commented 6 years ago

Redirection is now implemented. Pipes will need kernel support.

dennis95 commented 6 years ago

Pipes are now implemented in kernel and shell.