X-Git-Url: https://iankelling.org/git/?p=small-misc-bash;a=blobdiff_plain;f=ex;h=159297b10c421a7ba8867211767e2f2d9fc61c2e;hp=6391da984a0e13227aacdc5b40a189b8de004c96;hb=08759aa5b31bdd7a48f0ec161ec4c0b4235098dc;hpb=92aaa33b267affac31512c9fd611f6c2d2b15e87 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 }