mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 13:01:39 -07:00
5 lines
162 B
Bash
Executable file
5 lines
162 B
Bash
Executable file
#!/bin/bash
|
|
# quickrun runs ShellCheck in an interpreted mode.
|
|
# This allows testing changes without recompiling.
|
|
|
|
runghc -idist/build/autogen shellcheck.hs "$@"
|