Skip to content

Instantly share code, notes, and snippets.

@wolves
Created May 9, 2011 19:23
Show Gist options
  • Save wolves/963197 to your computer and use it in GitHub Desktop.
Save wolves/963197 to your computer and use it in GitHub Desktop.
desc "Transmit DockSend"
task :deploy do
system <<-EOF
osascript -e "on run argv\r\n ignoring application response\r\n tell app \\"Transmit\\" to open POSIX file item 1 of argv\r end ignoring\r end run" .
EOF
puts "Sent publish/ to Transmit."
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment