melawy-skel-liveuser/03_arc.sh

8 lines
151 B
Bash
Raw Normal View History

2023-10-16 10:42:49 +05:00
#!/bin/bash
2024-12-02 11:45:12 +05:00
rm liveuser.tar.xz
2023-10-16 10:42:49 +05:00
#XZ_OPT=-e9T0 tar -cJf liveuser.tar.xz liveuser
tar -cf - liveuser | xz -e -9 -T0 -c - > liveuser.tar.xz
2023-10-29 00:42:50 +05:00
echo "Ready"