View Single Post
  #4  
Old 11-22-2010, 11:24 AM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
I see. Well, you can use something like

#!/bin/sh
nohup /bin/bash -c "sleep 20; osascript /path/to/scpt" &

as your shell script, substituting appropriately. This has to be saved to a plain text file with execute (+x) privileges.
__________________
--Dave Nanian
Reply With Quote