csharp fix

This commit is contained in:
Brian Seymour 2018-09-22 01:45:56 -05:00
parent 4da5cdfed9
commit cc32fafacf
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
cp /*.code .
mcs $(echo $1 | sed 's/\///') -out:tmp/binary
timeout -s KILL 3 mono tmp/binary
mcs $(echo $1 | sed 's/\///') -out:binary
timeout -s KILL 3 mono binary