This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
piston
mirror of
https://github.com/engineer-man/piston.git
Watch
1
Star
0
Fork
You've already forked piston
0
Code
Issues
Projects
Releases
Wiki
Activity
2cf27c34fe
piston
/
docker
/
executors
/
csharp
6 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add new executors
2018-09-22 08:11:53 +02:00
#!/bin/sh
csharp fix
2018-09-22 08:44:05 +02:00
cd ../..
csharp fix
2018-09-22 08:41:35 +02:00
mcs $(echo $1 | sed 's/\///') -out:tmp/binary
timeout -s KILL 3 mono tmp/binary