piston/docker/executors/c

5 lines
60 B
Plaintext
Raw Normal View History

2018-09-20 19:04:34 +02:00
#!/bin/sh
gcc -o binary -x c $1
2018-09-22 05:05:29 +02:00
timeout -s KILL 2 ./binary