From: Ian Kelling Date: Wed, 7 Sep 2016 01:09:54 +0000 (-0700) Subject: fix sfs X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=12cd1885c577f9133b7eb307a838809eba1e1c11;p=small-misc-bash fix sfs --- diff --git a/ex b/ex index 6391da9..159297b 100755 --- a/ex +++ b/ex @@ -57,8 +57,8 @@ 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";; + *.sfs) $super unsquashfs "$x" ;; + *) echo "I don't know how to extract $x";; esac done }