X-Git-Url: https://iankelling.org/git/?p=small-misc-bash;a=blobdiff_plain;f=ex;fp=ex;h=85317e7d3385d40f8e6b842ad551d260d39e89ee;hp=7859db3276e75e76486c8f17064e72d365785d39;hb=4fd9b15d09e1ed751318a0b2616635d4fcca0007;hpb=b3350aac5ce785f146bd12de3366bda3e25d3961 diff --git a/ex b/ex index 7859db3..85317e7 100755 --- a/ex +++ b/ex @@ -54,8 +54,8 @@ Note: dtrx (package & command) extracts most of these plus some others." tar Jxf "$x" ;; *.xz) - $quiet || echo xz -d "$x" - xz -d "$x" + $quiet || echo pixz -d "$x" + pixz -d "$x" ;; *.7z ) $quiet || echo 7za x "$x"