Skip to content

Instantly share code, notes, and snippets.

@hiboma
Created June 10, 2014 02:18
Show Gist options
  • Select an option

  • Save hiboma/e84805d746329c69bcb6 to your computer and use it in GitHub Desktop.

Select an option

Save hiboma/e84805d746329c69bcb6 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use strict;
use warnings;
my $packages = shift or die "[usage] $0";
print `rpm -q $packages`;
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment