Skip to content

Instantly share code, notes, and snippets.

@caius
Created March 17, 2011 22:00
Show Gist options
  • Save caius/875219 to your computer and use it in GitHub Desktop.
Save caius/875219 to your computer and use it in GitHub Desktop.
#!/usr/bin/osascript
-- Repeatedly pops a dialog box up in the finder.
tell application "Finder"
repeat
activate
display dialog "You can't make me go away!" with icon 2 buttons {"Oh Fuck"} default button 1
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment