This commit is contained in:
Brian Seymour 2018-10-05 20:26:22 -05:00
parent cfef629586
commit 6cc2496cd6
12 changed files with 18 additions and 18 deletions

View file

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