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