mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-21 13:53:58 -07:00
Warn about missing shebangs.
This commit is contained in:
parent
8ba1f2fdf2
commit
8494509150
8 changed files with 117 additions and 88 deletions
|
@ -16,7 +16,7 @@ The goals of ShellCheck are:
|
|||
- To point out subtle caveats, corner cases and pitfalls, that may cause an
|
||||
advanced user's otherwise working script to fail under future circumstances.
|
||||
|
||||
ShellCheck is written in Haskell, and requires at least 1 GB of RAM to compile.
|
||||
ShellCheck is written in Haskell, and requires 2 GB of memory to compile.
|
||||
|
||||
## Installing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue