piston/docker/executors/csharp
Brian Seymour ff33cbc9e0 update cs
2018-09-22 01:35:12 -05:00

4 lines
83 B
Bash
Executable file

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