Skip to content

Instantly share code, notes, and snippets.

View remysaissy's full-sized avatar

Rémy SAISSY remysaissy

  • Teads
  • Paris
View GitHub Profile
@remysaissy
remysaissy / clone-jdk10.sh
Created December 11, 2018 21:37 — forked from jasontedor/clone-jdk10.sh
Cloning the OpenJDK sources
#!/bin/bash
hg clone http://hg.openjdk.java.net/jdk10/jdk10 && cd jdk10 && chmod +x get_source.sh && ./get_source.sh