#!/usr/bin/env bash

docker run -ti --rm -v "$(pwd):/work" vlajos/misspell-fixer "$@"
