1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-08-06 07:35:33 +08:00
Files
shellcheck/quickrun
2018-03-28 08:57:38 -07:00

6 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 "$@"