#!/usr/bin/env sh set -eu docker run -it \ -u "$(id -u):$(id -g)" \ -v "$PWD:/app" \ -w "/app" \ dayoff-crystal shards "$@"