mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-11 06:06:26 +02:00
add test package
This commit is contained in:
parent
472519ef3a
commit
d03165beb2
6 changed files with 23 additions and 0 deletions
5
packages/crystal/0.36.2/compile
vendored
Normal file
5
packages/crystal/0.36.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