piston/docker/executors/csharp
Brian Seymour e9eb10928f csharp fix
2018-09-22 01:36:37 -05:00

5 lines
98 B
Bash
Executable file

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