Skip to content

Instantly share code, notes, and snippets.

@Oneiroi
Created May 18, 2012 10:27
Show Gist options
  • Select an option

  • Save Oneiroi/2724533 to your computer and use it in GitHub Desktop.

Select an option

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