nixpulvis / oursh

Your comrade through the perilous world of UNIX.
http://nixpulvis.com/oursh/oursh
MIT License
67 stars 6 forks source link

Job Status Codes #25

Closed nixpulvis closed 5 years ago

nixpulvis commented 5 years ago

Capture and correctly use job status codes for ! a && b || c.

This may be partially complete before $? or other $var code is written, but will need to be updated to support the status variable obviously.

nixpulvis commented 5 years ago

Fixed in 37f87b5