add test package

This commit is contained in:
Lunarmagpie 2023-03-08 22:20:40 -05:00
parent 472519ef3a
commit d03165beb2
6 changed files with 23 additions and 0 deletions

5
packages/crystal/0.36.2/compile vendored Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Compile crystal files into out file
crystal build "$@" -o out --no-color && \
chmod +x out