piston/docker/executors/csharp

4 lines
111 B
Plaintext
Raw Normal View History

2018-09-22 08:45:39 +02:00
cp /*.code .
2018-10-06 03:26:22 +02:00
timeout -s KILL 10 mcs $(echo $1 | sed 's/\///') -out:binary
2018-10-06 03:43:42 +02:00
timeout -s KILL 3 mono binary ${@:3}