melawy-wallpapers-from-youtube/arc.sh

7 lines
134 B
Bash
Executable File

#!/bin/bash
#XZ_OPT=-e9T0 tar -cJf Melawy-YouTube.tar.xz usr
tar -cf - usr | xz -e -9 -T0 -c - > Melawy-YouTube.tar.xz
echo "Ready"