Skip to content

Instantly share code, notes, and snippets.

@davsclaus
Created January 19, 2026 15:08
Show Gist options
  • Select an option

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

Select an option

Save davsclaus/9e3abf6682e7286ec0ae7b6c0a5dd1b2 to your computer and use it in GitHub Desktop.
///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