Testing with stip-components

This commit is contained in:
pika 2025-05-25 12:06:46 +02:00
parent 892fb35926
commit da2c3262ed

2
ly.sh
View file

@ -159,7 +159,7 @@
[[ ! -d "$zig" ]] && mkdir -p "$zig"
if run --err err --out out tar -xJf $tarfile -C "$zig"; then
if run --err err --out out tar --strip-components=1 -xJf $tarfile -C "$zig"; then
upclear
check bold green "Archive extracted!"
else