#!/usr/bin/perl -w
$|++;
use Gentoo::Probe::PkgFiles;
Gentoo::Probe::PkgFiles->new(@ARGV)->run();
