hlaineka/42sh

&& and || doesn't work together

Opened this issue · 0 comments

Doesn't return from the call
$> ls && ls -l || ls -1

Will this make a job a background process?
$> ls && echo hei