piston/lxc/executors/crystal
2021-01-04 20:52:46 +01:00

3 lines
144 B
Text

cd /tmp/$2
timeout -s KILL 10 crystal build code.code
runuser runner$1 -c "cd /tmp/$2 ; cat args.args | xargs -d '\n' timeout -s KILL 3 ./code"