piston/docker/executors/c

5 lines
59 B
Plaintext
Raw Normal View History

2018-09-20 19:04:34 +02:00
#!/bin/sh
gcc -o binary -x c $1
2018-09-21 07:27:19 +02:00
timeout -s HUP 2 ./binary