1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-14 15:46:27 +02:00
piston/lxc/executors/zig

6 lines
140 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