gnome-nautilus-script/scripts/Compress TarXz

7 lines
132 B
Bash
Executable File

#! /bin/sh
tar -cvJf - $1 | \
tee $1.tar.xz | \
zenity --title="Compress $1 (tar.xz)" \
--progress --auto-close