piston/docker/executors/csharp
Brian Seymour 2cf27c34fe csharp fix
2018-09-22 01:44:05 -05:00

5 lines
100 B
Bash
Executable file

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