piston/packages/crystal/1.9.2/compile
2023-09-03 20:29:22 +01: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