Guest User

Untitled

a guest
Oct 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. on alfred_script(q)
  2. set c to the clipboard
  3. set p to quoted form of q
  4. tell app "GrowlHelperApp"
  5. notify with name "test" description q
  6. end
  7. tell app "Finder"
  8. copy file c to p
  9. end
  10. end alfred_script
Add Comment
Please, Sign In to add comment