Skip to content

Instantly share code, notes, and snippets.

@rentalcustard
Created May 12, 2011 13:38
Show Gist options
  • Save rentalcustard/968505 to your computer and use it in GitHub Desktop.
Save rentalcustard/968505 to your computer and use it in GitHub Desktop.
Ruby's ftp gem
Ξ ~ → gem install ftp
Fetching: ftp-0.069.gem (100%)
Successfully installed ftp-0.069
1 gem installed
Installing ri documentation for ftp-0.069...
File not found: lib
ERROR: While generating documentation for ftp-0.069
... MESSAGE: exit
... RDOC args: --ri --op /Users/Tom/.rvm/gems/ree-1.8.7-2011.03@rails21/doc/ftp-0.069/ri lib --title ftp-0.069 Documentation --quiet
↑1 ~ → cd ~/.rvm/gems/ree-1.8.7-2011.03@rails21/gems/ftp-0.069/
Ξ gems/ftp-0.069 → ls
bin
Ξ gems/ftp-0.069 → cat bin/ftp
#!/usr/bin/env ruby
#
`say "fuck the puh lease"`
Process::exec '/usr/bin/ftp', *ARGV
@macarthy
Copy link

fuck the puh lease !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment