piston/packages/crystal/0.36.1/compile
2021-03-17 15:50:07 +13:00

5 lines
114 B
Bash

#!/usr/bin/env bash
# Compile crystal files into out file
crystal build "$@" -o out --no-color && \
chmod +x out