From 12cd1885c577f9133b7eb307a838809eba1e1c11 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 6 Sep 2016 18:09:54 -0700 Subject: [PATCH] fix sfs --- ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } -- 2.30.2