2 thoughts on “Calling Applescript from Ruby”

  1. Thanks for this. Now I can call Ruby from Applescript like this
    .
    set rubyscript to “~/scripts/that-script”
    do shell script rubyscript
    .
    and use Ruby with occasional Applescript thanks to your osascript function. Nicely done!

Leave a Reply

Your email address will not be published. Required fields are marked *

Last Modified on: Dec 31, 2014 18:59pm