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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
protege-core
/
protege.sh
blob
790cb2843fefa99b7a8b250d46960faf19437f40
1
#!/bin/sh
2
for
name
in
/
usr
/
shar
e
/
java
/
protege
/*
.jar
;
do
3
CP
=
$CP
:
$name
4
done
5
export
PROTEGE_HOME
=/
usr
/
shar
e
/
protege
6
exec
java
-cp
$CP
edu.stanford.smi.protege.Application