Skip to content

Instantly share code, notes, and snippets.

@Oneiroi
Created May 18, 2012 10:27
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 Oneiroi/2724533 to your computer and use it in GitHub Desktop.
Save Oneiroi/2724533 to your computer and use it in GitHub Desktop.
Quick n dirty reminder for OSX
#!/bin/bash
/usr/bin/osascript <<-EOF
tell application "System Events"
activate
display dialog "DO STUFF NOW!"
end tell
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment