repo.or.cz
/
boo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BOO-999
[boo.git]
/
extras
/
booi.in
blob
d0dc8611dfc575801f7dbd8a487b766b802f725d
1
#!/bin/sh
2
if
[
-x
@prefix@
/
bin
/
cli
];
then
3
env @prefix@
/
bin
/
cli
$MONO_OPTIONS
@prefix@
/
lib
/
boo
/
booi.exe
"$@"
4
else
5
env @RUNTIME@
$MONO_OPTIONS
@prefix@
/
lib
/
boo
/
booi.exe
"$@"
6
fi