Rosettea/Hilbish

`exec` apparently does not replace current process.

mbekkomo opened this issue · 0 comments

The command exec doesn't replace the current process, instead it creates a new process.

> exec bash

[komo@catputer:~]$ exit
exit
> hilbish.exec"bash"

[komo@catputer:~]$ exit
exit