csharp fix

This commit is contained in:
Brian Seymour 2018-09-22 01:41:35 -05:00
parent 840c414e95
commit fa7d424f53
2 changed files with 5 additions and 4 deletions

View file

@ -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