Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
itislu opened this issue Jan 28, 2024 · 0 comments
Labels
optional feature Cool but not mandatory feature

Comments

@itislu
Copy link
Collaborator

itislu commented Jan 28, 2024

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 itislu added feature New feature of the project optional feature Cool but not mandatory feature and removed feature New feature of the project labels Jan 28, 2024
@itislu itislu changed the title [OPTIONAL] Add ; as another control operator (same as && and OR, but always true) [OPTIONAL] Add ; as another control operator (same as && and ||, but always true) Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optional feature Cool but not mandatory feature
Projects
None yet
Development

No branches or pull requests

1 participant