piston/docker/executors/csharp
Brian Seymour 6cc2496cd6 args
2018-10-05 20:26:22 -05:00

5 lines
122 B
Bash
Executable file

#!/bin/sh
cp /*.code .
timeout -s KILL 10 mcs $(echo $1 | sed 's/\///') -out:binary
timeout -s KILL 3 mono binary ${@:2}