piston/packages/crystal/0.36.2/compile

6 lines
114 B
Plaintext
Raw Normal View History

2023-03-09 04:20:40 +01:00
#!/usr/bin/env bash
# Compile crystal files into out file
crystal build "$@" -o out --no-color && \
chmod +x out