Skip to content

Instantly share code, notes, and snippets.

@joemiller
Created March 2, 2012 20:33
Show Gist options
  • Save joemiller/1961093 to your computer and use it in GitHub Desktop.
Save joemiller/1961093 to your computer and use it in GitHub Desktop.
ghetto remote rpm inventory
require 'rubygems'
require 'sinatra'
get '/' do
`rpm -qa 2>&1`
end
@scalp42
Copy link

scalp42 commented Oct 2, 2012

It's cray cray ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment