repo.or.cz
/
t2sde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* manually add pygments hatchling DEP and update .cache
[t2sde.git]
/
tests
/
600-java.cmd
blob
663ffd5722d6f7d58cbe5aac950d0efb45c1df94
1
#!/bin/sh
2
3
[
"
$QEMU
"
]
||
exit
43
4
5
exe
=
opt
/
java
/
bin
/
java
6
7
[
-e
$SYSROOT
/
$exe
]
||
exit
42
8
9
cp
-f
${0%.cmd}
.jar
$SYSROOT
/
tmp
/
jar
10
$QEMU
-chroot
$SYSROOT $exe
-jar
tmp
/
jar
11
rm
-f
$SYSROOT
/
tmp
/
jar