mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
add new executors
This commit is contained in:
parent
9e0c0c40f5
commit
087a6e6a39
6 changed files with 33 additions and 2 deletions
4
docker/executors/csharp
Normal file
4
docker/executors/csharp
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
mcs $1 -out:binary
|
||||
timeout -s KILL 3 mono binary
|
Loading…
Add table
Add a link
Reference in a new issue