2023-05-16 21:24:55 +05:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
#XZ_OPT=-e9T0 tar -cJf liveuser.tar.xz liveuser
|
|
|
|
tar -cf - liveuser | xz -e -9 -T0 -c - > liveuser.tar.xz
|
2023-10-15 18:12:33 +05:00
|
|
|
|
|
|
|
echo "melawy" | beep -f 200 -l 250 -d 100 -r 1 -n -s
|
|
|
|
notify-send -a "$(basename $(pwd)): Compress" -t 999999999 "Compress finished" "$(date '+%Y.%m.%d %H:%M:%S')"
|