Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /proc/self/root/usr/share/doc/perl-IO-Compress-Lzma/
Dosya Yükle :
Şuanki Dosya : //proc/self/root/usr/share/doc/perl-IO-Compress-Lzma/xzcat

#!/usr/bin/perl

use IO::Uncompress::UnXz qw( $UnXzError );
use strict ;
use warnings ;

#die "Usage: gzcat file...\n"
#    unless @ARGV ;

my $file ;
my $buffer ;
my $s;

@ARGV = '-' unless @ARGV ;

foreach $file (@ARGV) {

    my $gz = new IO::Uncompress::UnXz $file
         or die "Cannot open $file: $UnXzError\n" ;

    print $buffer
        while ($s = $gz->read($buffer)) > 0 ;

    die "Error reading from $file: $UnXzError\n"
        if $s < 0 ;

    $gz->close() ;
}

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4