1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-09 21:36:27 +02:00
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