piston/packages/crystal/0.36.2/compile
2023-03-08 22:20:40 -05: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