mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 05:56:26 +02:00
pkg(crystal-0.36.1): Add crystal 0.36.1
This commit is contained in:
parent
9462caa94f
commit
ef27fc0327
6 changed files with 24 additions and 0 deletions
5
packages/crystal/0.36.1/compile
vendored
Normal file
5
packages/crystal/0.36.1/compile
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Compile crystal files into out file
|
||||
crystal build "$@" -o out --no-color && \
|
||||
chmod +x out
|
Loading…
Add table
Add a link
Reference in a new issue