piston/docker/executors/csharp

5 lines
60 B
Plaintext
Raw Normal View History

2018-09-22 08:11:53 +02:00
#!/bin/sh
mcs $1 -out:binary
timeout -s KILL 3 mono binary