piston/docker/executors/csharp
Brian Seymour c531ba2b67 exec
2018-09-22 01:28:31 -05:00

4 lines
60 B
Bash
Executable file

#!/bin/sh
mcs $1 -out:binary
timeout -s KILL 3 mono binary