minishell icon indicating copy to clipboard operation
minishell copied to clipboard

[OPTIONAL] Add `;` as another control operator (same as `&&` and `||`, but always `true`)

Open itislu opened this issue 1 year ago • 0 comments

The only difference is that it can be at the end of a command line, like so:

echo 1 ; echo 2 ;

But it has no effect.

itislu avatar Jan 28 '24 02:01 itislu