piston/docker/executors/csharp

5 lines
83 B
Bash
Executable File

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