Created
April 9, 2019 18:46
-
-
Save mikaelhg/9ebf3fe8ee7f5a0ea53139e5e61df940 to your computer and use it in GitHub Desktop.
j11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export JAVA_HOME="${HOME}/local/jdk-11" | |
export PATH="${JAVA_HOME}/bin":$PATH | |
$@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment