repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git]
/
jalview
/
jalview
blob
c1c64c839c08e1f5f2df1f380be43527d3728039
1
#!/bin/sh
2
3
progname
=
"jalview"
4
mainclass
=
"jalview.bin.Jalview"
5
basedir
=
"/usr/share/java/
$progname
"
6
7
# build classpath: all jars in $basedir
8
cp
=
$
(
ls
$basedir
/*
.jar |
xargs
echo
|
sed
"s/ /:/g"
);
9
10
11
# run jar
12
"
$JAVA_HOME
/bin/java"
-cp
$cp $mainclass