Skip to content

Instantly share code, notes, and snippets.

@nbqx
Created October 13, 2010 09:45
Show Gist options
  • Save nbqx/623757 to your computer and use it in GitHub Desktop.
Save nbqx/623757 to your computer and use it in GitHub Desktop.
str = []
5.times{str<<"がんばれベアーズ"}
scrt = <<SCRT
tell application "Quick Search Box"
activate
show large type \"#{str*"\n"}\"
end tell
SCRT
`osascript -e '#{scrt}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment