1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-06 20:06:27 +02:00

update args

This commit is contained in:
Brian Seymour 2018-10-05 20:39:47 -05:00
parent 6cc2496cd6
commit 5f71c63b65
12 changed files with 7 additions and 29 deletions
docker/executors

View file

@ -1,4 +1,2 @@
#!/bin/sh
timeout -s KILL 10 g++ -o binary -x c++ $1
timeout -s KILL 3 ./binary ${@:2}