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 12 08:01:00 UTC 2012
[aur-mirror.git]
/
ntorrent
/
ntorrent.sh
blob
6761269d88cdd5b53a9195925b210d0aa133d29a
1
#!/bin/bash
2
3
CP
=
"."
4
for
name
in
/
usr
/
shar
e
/
java
/
ntorrent
/*
.jar
;
do
5
CP
=
"
$CP
:
$name
"
6
done
7
8
cd
/
usr
/
shar
e
/
ntorrent
9
java
-cp
"
$CP
"
org.java.plugin.boot.Boot
"$@"