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