source: gs3-extensions/selfcontained-jdk/trunk/PREPARE-CYGWIN.sh@ 37526

Last change on this file since 37526 was 36676, checked in by davidb, 19 months ago

Tweak to run on Cygwin/Windows

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