siliconlad / aish

A terminal shell built with AI at the core
6 stars 0 forks source link

Support AND Command Lists #25

Closed siliconlad closed 2 months ago

siliconlad commented 4 months ago

From the Bash Reference Manual:

An AND list has the form

command1 && command2

command2 is executed if, and only if, command1 returns an exit status of zero (success).