B. Watson 2c6371f2ff haskell/haskell-ShellCheck: Wrap README at 72 columns. 2 years ago
..
README 2c6371f2ff haskell/haskell-ShellCheck: Wrap README at 72 columns. 2 years ago
doinst.sh bb6eae6865 haskell/haskell-ShellCheck: Added (shell script analysis tool). 7 years ago
haskell-ShellCheck.SlackBuild e0ab519f21 haskell/haskell-ShellCheck: Updated for version 0.8.0. 2 years ago
haskell-ShellCheck.info e0ab519f21 haskell/haskell-ShellCheck: Updated for version 0.8.0. 2 years ago
slack-desc 4e720cc322 haskell/haskell-ShellCheck: Updated for version 0.5.0. 5 years ago

README

haskell-ShellCheck - shell script analysis tool

The goals of ShellCheck are:

* To point out and clarify typical beginner's syntax issues, that cause
a shell to give cryptic error messages.
* To point out and clarify typical intermediate level semantic
problems, that cause a shell to behave strangely and
counter-intuitively.
* To point out subtle caveats, corner cases and pitfalls, that may
cause an advanced user's otherwise working script to fail under
future circumstances.