#!/bin/bash

#XZ_OPT=-e9T0 tar -cJf skel.tar.xz skel
tar -cf - skel | xz -e -9 -T0 -c - > skel.tar.xz

echo "Ready"