#!/bin/sh

export shellcheck_datadir=/usr/local/share/ShellCheck

exec /usr/local/libexec/cabal/shellcheck "$@"
