Skip to content

Commit

Permalink
cleaner install url
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Dec 12, 2009
1 parent 7294cd4 commit dc7b235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gist.rb
Expand Up @@ -6,9 +6,9 @@
# gist 1234 > something.txt
#
# = INSTALL
# curl http://github.com/evaryont/gist/tree/master%2Fgist.rb?raw=true > gist &&
# curl http://github.com/evaryont/gist/raw/master/gist.rb > gist &&
# chmod 755 gist &&
# sudo mv gist /usr/local/bin/gist
# mv gist /usr/local/bin/gist

require 'open-uri'
require 'net/http'
Expand Down Expand Up @@ -40,7 +40,7 @@ def help
RDoc.usage('USAGE') # w/o parameters it does both INSTALL and USAGE
end

private
private
def copy(content)
case RUBY_PLATFORM
when /darwin/
Expand Down

0 comments on commit dc7b235

Please sign in to comment.