piston/docker/executors/csharp

6 lines
104 B
Plaintext
Raw Normal View History

2018-09-22 08:11:53 +02:00
#!/bin/sh
2018-09-22 08:45:23 +02:00
mv /*.code .
2018-09-22 08:41:35 +02:00
mcs $(echo $1 | sed 's/\///') -out:tmp/binary
timeout -s KILL 3 mono tmp/binary