Closed RyanGlScott closed 9 years ago
Right now, pressing Ctrl+C twice from hermit-shell will exit the interactive shell, but not the scotty server, leading to all sorts of wackiness.
Ctrl+C
hermit-shell
scotty
This is fixed by https://github.com/ku-fpg/hermit-shell/issues/9 if you do Ctrl+D once instead of Ctrl+C twice.
Ctrl+D
Right now, pressing
Ctrl+C
twice fromhermit-shell
will exit the interactive shell, but not thescotty
server, leading to all sorts of wackiness.