I want to run a apple-script on Mac OS X on startup. The script shall run during the complete lifetime of the user session.
What is the best solution to do this?
My Script:
on idle
do shell script "/usr/local/bin/wol -p 9 0:1d:63:19:b7:32"
delay 120
end idle
Any help will be very appreciated.


