View Single Post
  #3  
Old 06-09-2009, 01:54 PM
sjk's Avatar
sjk sjk is offline
Registered User
 
Join Date: May 2004
Location: Eugene
Posts: 252
Or embed the AppleScript directly in the shell script:

Code:
#!/bin/sh

osascript -e 'tell application "VMWare" to quit'
… unless there's some reason why that won't work.
Reply With Quote