#!/bin/bash
# quickrun runs ShellCheck in an interpreted mode.
# This allows testing changes without recompiling.

runghc -idist/build/autogen shellcheck.hs "$@"