Skip to content

Fix bash syntax in README#6

Open
PerchunPak wants to merge 1 commit intotynanbe:mainfrom
PerchunPak:patch-1
Open

Fix bash syntax in README#6
PerchunPak wants to merge 1 commit intotynanbe:mainfrom
PerchunPak:patch-1

Conversation

@PerchunPak
Copy link

$ echo 1 &; echo 2
bash: syntax error near unexpected token `;'
$ echo 1 & echo 2
[1] 32866
2
1

```bash
$ echo 1 &; echo 2
bash: syntax error near unexpected token `;'
$ echo 1 & echo 2
[1] 32866
2
1
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant