Skip to content

Instantly share code, notes, and snippets.

@boxmein
Created October 24, 2015 16:35
Show Gist options
  • Save boxmein/b645d7c452a00ae75733 to your computer and use it in GitHub Desktop.
Save boxmein/b645d7c452a00ae75733 to your computer and use it in GitHub Desktop.
get yourself some spicier ascii art
#!/usr/bin/env ruby
require 'net/http'
Net::HTTP.get_print URI("http://www.asciipr0n.com/pr0n/pinups/pinup#{( rand * 48 ).to_i}.txt")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment