Skip to content

Instantly share code, notes, and snippets.

@SlyDen
Last active October 16, 2024 08:55
Show Gist options
  • Save SlyDen/c77eec94f2645325f98ad6f5793066bc to your computer and use it in GitHub Desktop.
Save SlyDen/c77eec94f2645325f98ad6f5793066bc to your computer and use it in GitHub Desktop.
Shell tips

Usefull shell snippets

Set java home

export JAVA_HOME="$(dirname $(dirname $(realpath $(which javac))))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment