Skip to content

Instantly share code, notes, and snippets.

@blindgaenger
Created June 14, 2013 13:13
Show Gist options
  • Save blindgaenger/5781726 to your computer and use it in GitHub Desktop.
Save blindgaenger/5781726 to your computer and use it in GitHub Desktop.
AppleScript - Something smells by drunk Shakespeare PFE: http://macscripter.net/viewtopic.php?id=24468
told by "Shakespeare" about "Something smells like teen spirit in Denmark" with drunk
to told by anAuthor about aString with drunk
if drunk then
return anAuthor & " wrote while drunk: " & aString
else
return anAuthor & " wrote after the breakfast: " & aString
end if
end told
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment