Skip to content

Instantly share code, notes, and snippets.

@DeTeam
Created May 19, 2009 13:23
Show Gist options
  • Save DeTeam/114088 to your computer and use it in GitHub Desktop.
Save DeTeam/114088 to your computer and use it in GitHub Desktop.
Shoes.app(:title => 'FTP File Uploader', :width => 500, :height => 400, :resizable => false) do
require 'net/ftp'
background gradient rgb(255, 255, 255), rgb(150, 150, 150), :angle => 45
stack :margin => 20 do
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment