piston/docker/executors/csharp

5 lines
83 B
Plaintext
Raw Normal View History

2018-09-22 08:11:53 +02:00
#!/bin/sh
2018-09-22 08:35:12 +02:00
mcs $(echo $1 | sed 's/\///') -out:binary
2018-09-22 08:11:53 +02:00
timeout -s KILL 3 mono binary