Skip to content

Instantly share code, notes, and snippets.

@hakobe
Created August 8, 2010 14:13
Show Gist options
  • Save hakobe/514067 to your computer and use it in GitHub Desktop.
Save hakobe/514067 to your computer and use it in GitHub Desktop.
def say( msg :String ) { Runtime.getRuntime.exec(Array[java.lang.String]("say", msg)) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment