Created
March 2, 2012 20:33
-
-
Save joemiller/1961093 to your computer and use it in GitHub Desktop.
ghetto remote rpm inventory
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
require 'rubygems' | |
require 'sinatra' | |
get '/' do | |
`rpm -qa 2>&1` | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's cray cray ;)