siliconlad / aish

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

Support ; command separation #24

Closed siliconlad closed 3 months ago

siliconlad commented 4 months ago

From the Bash Reference Manual:

Commands separated by a ‘;’ are executed sequentially; the shell waits for each command to terminate in turn. The return status is the exit status of the last command executed.