Skip to content

Instantly share code, notes, and snippets.

@preshit
Created April 1, 2011 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save preshit/898018 to your computer and use it in GitHub Desktop.
Save preshit/898018 to your computer and use it in GitHub Desktop.
if appIsRunning("iTunes") then
tell application "iTunes"
pause
delay 120
play
end tell
end if
on appIsRunning(appName)
tell application "System Events" to (name of processes) contains appName
end appIsRunning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment