mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-07 19:31:14 -04:00
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
cd jreout
|
|
tar cJf ../jre9-${TARGET_SHORT}-`date +%Y%m%d`.tar.xz .
|