File: xzstream

package info (click to toggle)
libio-compress-lzma-perl 2.213-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 848 kB
  • sloc: perl: 7,361; makefile: 13
file content (9 lines) | stat: -rwxr-xr-x 126 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use strict ;
use warnings ;
use IO::Compress::Xz qw(:all);

xz '-' => '-'
  or die "xzstream: $XzError\n" ;