add crystal

This commit is contained in:
Brian Seymour 2021-01-23 14:59:07 -06:00
parent f04e046d4b
commit 655b7398b6
6 changed files with 28 additions and 0 deletions

5
lxc/executors/crystal Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
cd /tmp/$2
crystal build code.code
timeout -s KILL 3 xargs -a args.args -d '\n' ./code < stdin.stdin