#!/bin/sh -eu
cd "$(dirname $0)/.."
exec docker run --network none -tv "$PWD:/mnt:ro" \
    koalaman/shellcheck -S error "$@"
