Rename project

This commit is contained in:
Anton Vakhrushev
2019-09-18 16:03:58 +03:00
parent 3ee59a1dc9
commit b200a06bff
6 changed files with 17 additions and 10 deletions

9
crystal Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -eu
docker run -it \
-u "$(id -u):$(id -g)" \
-v "$PWD:/app" \
-w "/app" \
expansion-crystal crystal "$@"