When using Seashell, if a logical seperator fails in a command, that command is not counted as a failure. ``` > echo "this will print" || echo "this won't" && echo "this shouldn't but it does print" ``` See the example for a clear demonstration ^
When using Seashell, if a logical seperator fails in a command, that command is not counted as a failure.
See the example for a clear demonstration ^