Created
January 19, 2026 15:08
-
-
Save davsclaus/9e3abf6682e7286ec0ae7b6c0a5dd1b2 to your computer and use it in GitHub Desktop.
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
| ///usr/bin/env jbang "$0" "$@" ; exit $? | |
| import static java.lang.System.*; | |
| public class myhome2 { | |
| public static void main(String... args) { | |
| out.println(System.getenv("HOME")); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment