mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
csharp fix
This commit is contained in:
parent
840c414e95
commit
fa7d424f53
2 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
mcs $(echo $1 | sed 's/\///') -out:binary
|
||||
timeout -s KILL 3 mono binary
|
||||
cd ..
|
||||
mcs $(echo $1 | sed 's/\///') -out:tmp/binary
|
||||
timeout -s KILL 3 mono tmp/binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue