Live output and REPL support
- It no longer waits for the shell command to finish before printing its output.
eg.~'echo hello; sleep 1; echo bye'
- Added REPL support: Running
zxpy
with no arguments starts up a REPL. More info here.
~'echo hello; sleep 1; echo bye'
zxpy
with no arguments starts up a REPL. More info here.