Skip to content

Instantly share code, notes, and snippets.

View boardstretcher's full-sized avatar

boardstretcher boardstretcher

  • Black Mesa Research
  • Detroit, Mi
View GitHub Profile
@boardstretcher
boardstretcher / get_oracle_jdk_linux_x64.sh
Created June 15, 2017 15:01 — forked from n0ts/get_oracle_jdk_x64.sh
Get latest Oracle JDK package bash shell script
#!/bin/bash
# You must accept the Oracle Binary Code License
# http://www.oracle.com/technetwork/java/javase/terms/license/index.html
# usage: get_jdk.sh <ext> <jdk_version>
# ext: rpm
# jdk_version: default 8
ext=rpm
jdk_version=8