anildigital (owner)

Revisions

gist: 134411 Download_button fork
public
Public Clone URL: git://gist.github.com/134411.git
Bash
1
2
# run code from command line with url
ruby -ropen-uri -e 'eval(open("http://url").read)'