From d73e2d49c5a9275625efb2b124ad56145113e245 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 14 Aug 2016 19:36:45 -0700 Subject: [PATCH] add sfs support --- ex | 1 + 1 file changed, 1 insertion(+) diff --git a/ex b/ex index 10175a0..f944f65 100755 --- a/ex +++ b/ex @@ -54,6 +54,7 @@ to try it out sometime." ;; *.r[0-9][0-9]|*.rar ) unrar x "$x" ;; *.dsc) dpkg-source -x "$x" ;; + *.sfs) $user unsquashfs "$x" ;; *) echo "I don't kno how to extract $x";; esac done -- 2.30.2