mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC1001 (markdown)
12
SC1001.md
12
SC1001.md
@@ -4,23 +4,13 @@
|
||||
|
||||
```sh
|
||||
echo Yay \o/
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```sh
|
||||
\git status
|
||||
\git status # Non-POSIX way to suppress aliases
|
||||
```
|
||||
|
||||
### Correct code:
|
||||
|
||||
```sh
|
||||
echo 'Yay \o/'
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```sh
|
||||
command git status
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user