piston/docker/executors/csharp
Brian Seymour 1c407f4a05 csharp fix
2018-09-22 01:38:54 -05:00

4 lines
83 B
Bash
Executable file

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