wryun / es-shell

es: a shell with higher-order functions
http://wryun.github.io/es-shell/
Other
307 stars 25 forks source link

Do not die when reading incomplete heredocs #118

Closed jpco closed 5 days ago

jpco commented 1 week ago

Fixes #100.

This simple version works both when sending a ^D while reading a heredoc at the interactive loop, and when falling off the end of a shell script while reading a heredoc.