Skip to content

Instantly share code, notes, and snippets.

@otobrglez
Created November 23, 2020 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otobrglez/307d0d93a227977743794689c59a400f to your computer and use it in GitHub Desktop.
Save otobrglez/307d0d93a227977743794689c59a400f to your computer and use it in GitHub Desktop.
# Oto Brglez - <otobrglez@gmail.com>
echo 'public class Main {public static void main(String[] args){ System.out.println(System.getProperty("java.home"));}}' > /tmp/Main.java && \
javac /tmp/Main.java && cd /tmp && java Main && rm Main.java && cd -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment