piston/docker/executors/csharp
Brian Seymour cc32fafacf csharp fix
2018-09-22 01:45:56 -05:00

5 lines
96 B
Bash
Executable file

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