mesalock-linux / mesabox

A collection of core system utilities written in Rust for Unix-like systems (and now Windows)
BSD 3-Clause "New" or "Revised" License
137 stars 19 forks source link

Implement && and || #15

Closed Arcterus closed 6 years ago

Arcterus commented 6 years ago

This should be very easy. All we need to do is check the exit codes returned from execute().

Arcterus commented 6 years ago

I realized that this was already implemented and I just forgot about it (whoops).