head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.1
date	2010.11.25.03.25.05;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Handle xz compressed files
@
text
@#!/bin/sh
 
exec tar xJ${Verbose+vv}f "$1"
@
