#!/bin/sh -e
exec docker run --rm \
-w "${PWD}" \
-v "${PWD}:${PWD}" \
koalaman/shellcheck:v0.11.0 "$@"