X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=ex;h=f944f6556f50004f8eab4e005405a8f043c5c0d9;hb=d73e2d49c5a9275625efb2b124ad56145113e245;hp=10175a06e8ed6f9c0295881d90671fcac1ffb263;hpb=97ce487801e34743d528cd20faefa899906e83e1;p=small-misc-bash 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