Created
October 24, 2015 16:35
-
-
Save boxmein/b645d7c452a00ae75733 to your computer and use it in GitHub Desktop.
get yourself some spicier ascii art
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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