repo.or.cz
/
anomen-kernel-config.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
raspi - typo
[anomen-kernel-config.git]
/
raspi
/
customs
/
usr
/
local
/
bin
/
jd
blob
1461501e4a3447edc52ca19f4d3ce372634904c5
1
#!/bin/sh
2
DISPLAY
=
${DISPLAY:-:0.0}
3
export
DISPLAY
4
echo
$DISPLAY
5
JAVA_HOME
=
`ls -d /opt/ejre1.7*`
6
echo
embedded java
$JAVA_HOME
7
8
export
JAVA_HOME
9
export
PATH
=
"
$JAVA_HOME
/bin:
$PATH
"
10
11
cd
$HOME
/
JDownloader
12
exec
screen
-S
jd java
-jar
JDownloader.jar
13