plasma-umass / browsix

Browsix is a Unix-like operating system for the browser.
Other
3.15k stars 181 forks source link

refactor sh #7

Closed bpowers closed 8 years ago

bpowers commented 8 years ago

sh currently takes a shell pipeline as an argument, executes the pipe, and returns results when all children have exited. This needs to be expanded so that it can run in interactive mode, potentially proxying input from the user to an active child process. This will also require changes to the kernel APIs for incremental input + output to a task

bpowers commented 8 years ago

our own sh is dead.