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
cfef629586
piston
/
docker
/
executors
/
csharp
6 lines
96 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
cp /*.code .
mcs
$(
echo
$1
|
sed
's/\///'
)
-out:binary
timeout -s KILL
3
mono binary
Reference in New Issue
View Git Blame
Copy Permalink