///usr/bin/env jbang "$0" "$@" ; exit $? class file1 { public static void main(String[] args) { System.out.println("I'm file 1"); } }