This is a total newbie question, but I can't seem to find an answer
anywhere.
I created a very basic applescript application that only has to run a
shell command and then quit. Here's the code:
on run
do shell script "/Volumes/lester/Development/Webkit/WebKitTools/
Scripts/run-safari &"
quit
end run
(yes, this is a script to run Safari with the newly posted frameworks)
The problem is that after Safari launches, the script applet doesn't
quit. It hangs and I have to force quit it.
Any pointers? I'm sure this is easy, but I haven't been able to find
anything online that worked. I'ved tried "tell me to quit" as well as
"continue quit" and neither worked.