dennis95 / dennix

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

Improve sh(1) #6

Closed dennis95 closed 6 years ago

dennis95 commented 7 years ago

The current shell implementation is very primitive and does not even support quoting.

NeroReflex commented 7 years ago

Also, more utilities should be in there, like sha256sum andò so on..

dennis95 commented 6 years ago

I have implemented tokenization in the shell. As a result of this, quoting should now work correctly.