dayoff/tools/ameba
2019-11-03 11:33:16 +03:00

10 lines
137 B
Bash
Executable File

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