piston/docker/executors/csharp
Brian Seymour 4da5cdfed9 csharp fix
2018-09-22 01:45:39 -05:00

5 lines
104 B
Bash
Executable file

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