Igor's Techno Club

TIL: MacOS can talk back by using a command

From the GraalVM documentation I got to know that there is a command to convert text to speach:

say "hello"

so you can finish command execution like:

native-image -jar App.jar ; say "GraalVM Native Image build completed"

#macos #til