shellcheck/quickrun
2018-03-28 08:57:38 -07:00

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