Skip to content

Instantly share code, notes, and snippets.

@davsclaus
Created January 19, 2026 14:56
Show Gist options
  • Select an option

  • Save davsclaus/df3cea6ac242f5cfde9d807a82c5b5e4 to your computer and use it in GitHub Desktop.

Select an option

Save davsclaus/df3cea6ac242f5cfde9d807a82c5b5e4 to your computer and use it in GitHub Desktop.
///usr/bin/env jbang "$0" "$@" ; exit $?
import static java.lang.System.*;
public class myhome {
public static void main(String... args) {
out.println(java.nio.file.Paths.get(System.getProperty("user.home")));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment