Last active
November 4, 2019 14:35
-
-
Save hilios/a6ea66e4163c28051e38 to your computer and use it in GitHub Desktop.
Colored cli shell output
This file contains 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
# Java | |
export JAVA_HOME=`/usr/libexec/java_home -v '10'` | |
export JAVA_OPTIONS="-Xms1024m -Xmx4G -Xss256m" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment