piston/lxc/executors/c
Brian Seymour 0d3517fe56 link math
2021-02-25 18:28:35 -06:00

5 lines
157 B
Bash
Executable file

#!/usr/bin/bash
cd /tmp/$1
timeout -s KILL 10 gcc -std=c11 -o binary -x c code.code -lm
timeout -s KILL 3 xargs -a args.args -d '\n' ./binary < stdin.stdin