dennis95 / dennix

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

Shell scripts #12

Closed dennis95 closed 5 years ago

dennis95 commented 5 years ago

The shell should be able to run commands from files and from sh -c.

dennis95 commented 5 years ago

The shell can now execute commands from files. -c is still missing.

dennis95 commented 5 years ago

The -c option has now been implemented.