//usr/bin/env jbang "$0" "$@" ; exit $? //JAVA 8+ //DEPS com.github.nbbrd.heylogs:heylogs-cli:0.18.1 // Generated with JReleaser 1.24.0 at 2026-05-26T08:25:35.385028075Z public class heylogs { public static void main(String... args) throws Exception { nbbrd.heylogs.cli.MainCommand.main(args); } }