piston/docker/executors/c

3 lines
75 B
Plaintext
Raw Normal View History

2018-10-06 03:26:22 +02:00
timeout -s KILL 10 gcc -o binary -x c $1
2018-10-06 03:43:42 +02:00
timeout -s KILL 3 ./binary ${@:3}