mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-13 06:06:38 -04:00
Use tree command instead of bunch of ls commands
To locate openjdk output dir
This commit is contained in:
parent
7edc4fd22a
commit
f9ea694c55
@ -3,13 +3,9 @@ set -e
|
|||||||
rm -rf jreout || true
|
rm -rf jreout || true
|
||||||
|
|
||||||
# locate it:)
|
# locate it:)
|
||||||
ls */*
|
cd openjdk
|
||||||
|
tree
|
||||||
echo "----- ls more -----"
|
cd ..
|
||||||
ls */*/*
|
|
||||||
|
|
||||||
echo "----- ls more -----"
|
|
||||||
ls */*/*/*
|
|
||||||
|
|
||||||
cp -r openjdk/build/linux-${TARGET_JDK}-normal-server-release/jdk jreout
|
cp -r openjdk/build/linux-${TARGET_JDK}-normal-server-release/jdk jreout
|
||||||
find jreout -name "*.diz" | xargs -- rm
|
find jreout -name "*.diz" | xargs -- rm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user