shard-spectator/util/nightly.sh
2023-01-26 16:43:19 -07:00

7 lines
168 B
Bash
Executable file

#!/usr/bin/env sh
set -e
readonly image=crystallang/crystal:nightly
readonly code=/project
docker run -it -v "$PWD:${code}" -w "${code}" "${image}" crystal spec "$@"