#!/bin/sh
IMAGE_NAME=latex:thesis
COMMAND=chktex
docker run --rm -i -v $(pwd):$(pwd) -w $(pwd) $IMAGE_NAME $COMMAND "$@"
