mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 23:55:58 -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 .
|