add files
|
1 |
#!/bin/sh |
2 | ||
3 |
DIR=$(dirname $0) |
|
4 |
PERL5LIB="$DIR/mojo/lib:$DIR/extlib/lib/perl5" |
|
5 |
export PERL5LIB |
|
6 |
$DIR/mojo/script/morbo $* $DIR/script/biblesearch |