現在の Chrome URL を Safari で開きたい。しかし、スクリプト内の引用符を台無しにして、エラーが発生します。error "The file /$theURL does not exist." number 1
スクリプトは次のとおりです。
property theURL : ""
tell application "Google Chrome"
set theURL to (get URL of (active tab) of window 1)
end tell
do shell script "open -a Safari '$theURL' "
誰かがシェル部分を書く必要があることを教えてもらえますか?