Update clientbucket.rb

Removed pp and highline imports
This commit is contained in:
Andy Sykes 2013-01-04 15:44:00 +00:00
parent 6d36858d3e
commit 7521dd1134
1 changed files with 0 additions and 2 deletions

View File

@ -1,9 +1,7 @@
#!/usr/bin/ruby
require 'rubygems'
require 'highline/import'
require 'find'
require 'pp'
if ARGV.length < 1
puts "Usage: clientbucket.rb /path/to/file"