piston/docker/executors/csharp
Brian Seymour 869a5f5bdf csharp fix
2018-09-22 01:45:23 -05:00

5 lines
104 B
Bash
Executable file

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