piston/docker/executors/csharp
Brian Seymour fa7d424f53 csharp fix
2018-09-22 01:41:35 -05:00

5 lines
97 B
Bash
Executable file

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