Skip to content

Instantly share code, notes, and snippets.

@davidlee
Created February 17, 2010 04:29
Show Gist options
  • Save davidlee/306299 to your computer and use it in GitHub Desktop.
Save davidlee/306299 to your computer and use it in GitHub Desktop.
function remember() {
echo -e "tell application \"Finder\"\n display dialog \"${@}\"\n end tell" | osascript &
disown
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment