melawy-wallpapers-from-youtube/arc.sh

7 lines
134 B
Bash
Raw Normal View History

2023-11-18 18:30:37 +05:00
#!/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"