Skip to content

Instantly share code, notes, and snippets.

@miyagawa
Created March 4, 2009 22:43
Show Gist options
  • Save miyagawa/74058 to your computer and use it in GitHub Desktop.
Save miyagawa/74058 to your computer and use it in GitHub Desktop.
#!/bin/sh
URL=$1
osascript -e 'tell Application "Leech"' -e "download URLs \"$URL\"" -e 'end tell'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment