mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
feat(packages): replace old crystal version
This commit is contained in:
parent
b9adb6f854
commit
f70ecdd8b4
6 changed files with 2 additions and 2 deletions
5
packages/crystal/1.9.2/compile
vendored
Normal file
5
packages/crystal/1.9.2/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