1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-08 12:56:27 +02:00
piston/lxc/executors/zig
2021-02-10 17:41:14 +11:00

6 lines
145 B
Bash

#!/bin/bash
cd /tmp/$1
cp code.code main.zig
timeout -s KILL 10 zig build-exe main.zig && \
timeout -s KILL 3 xargs -a args.args -d '\n' ./main