source: gs3-extensions/selfcontained-jdk/trunk/PREPARE-DARWIN.sh@ 37347

Last change on this file since 37347 was 37347, checked in by davidb, 14 months ago

MacOS Darwin support added in

  • Property svn:executable set to *
File size: 253 bytes
Line 
1#!/bin/bash
2
3version=11.62.17-ca-jdk11.0.18
4
5tar xvzf zulu${version}-macos_x64.tar.gz \
6 && mv zulu${version}-macos_x64 zulu-jdk11-64bit
7
8if [ $? = 0 ] ; then
9 echo "Untarred JDK11 and renamed the directory to:"
10 echo " zulu-jdk11-64bit"
11fi
12
13
Note: See TracBrowser for help on using the repository browser.