csharp fix

This commit is contained in:
Brian Seymour 2018-09-22 01:38:54 -05:00
parent 46d0677d09
commit 1c407f4a05
1 changed files with 0 additions and 1 deletions

View File

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