#!/bin/bash -e docker build . -t tex docker run --rm -v .:/app/ tex "$@"