minishell
minishell copied to clipboard
[OPTIONAL] Add `;` as another control operator (same as `&&` and `||`, but always `true`)
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.