← go back

what if I combine AppleScript with Java

module Main
  on main (String array: args)
    tell System
      tell out to println "Hello, world!"
    end tell
  end run
end module
Jul 6, 2022, 2:46 PM
1 0 0

Comments