add new executors

This commit is contained in:
Brian Seymour 2018-09-22 01:11:53 -05:00
parent 9e0c0c40f5
commit 087a6e6a39
6 changed files with 33 additions and 2 deletions

4
docker/executors/csharp Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
mcs $1 -out:binary
timeout -s KILL 3 mono binary