Created
July 6, 2011 14:51
-
-
Save rgo/1067413 to your computer and use it in GitHub Desktop.
Execute (remote) a ruby script
This file contains 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 | |
ruby -e "require 'open-uri'; system open('http:// or local file').read" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment