Introduction
Introduction Statistics Contact Development Disclaimer Help
add .xz to lel-open - lel - Farbfeld image viewer
git clone git://git.codemadness.org/lel
Log
Files
Refs
README
LICENSE
---
commit 9dc3cfac9de524538f535a6dd343b41ed53b7014
parent d5c9d0a28038fc1735977d54d649dee2f187f9a1
Author: Svyatoslav Mishyn <[email protected]>
Date: Tue, 26 Jul 2016 20:24:21 +0300
add .xz to lel-open
Diffstat:
M lel-open | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lel-open b/lel-open
@@ -16,6 +16,8 @@ elif test x"$ext" = x".bz2"; then
convert="bzip2 -dc"
elif test x"$ext" = x".gz"; then
convert="gzip -dc"
+elif test x"$ext" = x".xz"; then
+ convert="xz -dc"
else
echo "unknown extension \"$ext\"" >&2
fi
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.