mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
repair columnar output
@@ -8,7 +8,7 @@ ShellCheck has noticed you're using flags for commands that don't necessarily su
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
read -e # Using libreadline
|
read -e # Using libreadline
|
||||||
export -f # Exporting functions
|
export -f # Exporting functions
|
||||||
ulimit -v # Setting vspace limits
|
ulimit -v # Setting vspace limits
|
||||||
wait -n # Waiting for a single process
|
wait -n # Waiting for a single process
|
||||||
|
Reference in New Issue
Block a user