csharp fix
This commit is contained in:
parent
fa7d424f53
commit
2cf27c34fe
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cd ..
|
cd ../..
|
||||||
mcs $(echo $1 | sed 's/\///') -out:tmp/binary
|
mcs $(echo $1 | sed 's/\///') -out:tmp/binary
|
||||||
timeout -s KILL 3 mono tmp/binary
|
timeout -s KILL 3 mono tmp/binary
|
||||||
|
|
Loading…
Reference in New Issue