Init scaffolding

This commit is contained in:
Anton Vakhrushev
2019-08-09 16:33:26 +03:00
commit 0533f0f1cf
10 changed files with 110 additions and 0 deletions

9
shards 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" \
crystallang/crystal:0.30.0 shards "$@"