Sign in
eclipse
/
oomph
/
org.eclipse.oomph
/
94acaff2bfebde20d36d9d93de857160ec681e0c
/
.
/
plugins
/
org.eclipse.oomph.extractor
/
Concat
/
make-jre-tar-cabinet.sh
blob: 56db4dc3771e0eb3644ed2eb60343938b69da6d6 [
file
] [
log
] [
blame
]
#!/bin/bash
echo hello
TARGET
=
$
(
pwd
)
echo $TARGET
cd
/
c
/
Program
\
Files
/
Java
/
jdk1
.
8.0
_121
tar
-
cf $TARGET
/
jre
.
tar jre
cd
-
makecab jre
.
tar jre
.
tar
.
cab