iankelling.org
/
git
/
small-misc-bash
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92aaa33
)
fix sfs
author
Ian Kelling
<ian@iankelling.org>
Wed, 7 Sep 2016 01:09:54 +0000
(18:09 -0700)
committer
Ian Kelling
<ian@iankelling.org>
Wed, 7 Sep 2016 01:09:54 +0000
(18:09 -0700)
ex
patch
|
blob
|
history
diff --git
a/ex
b/ex
index 6391da984a0e13227aacdc5b40a189b8de004c96..159297b10c421a7ba8867211767e2f2d9fc61c2e 100755
(executable)
--- 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) $
us
er unsquashfs "$x" ;;
- *) echo "I don't kno how to extract $x";;
+ *.sfs) $
sup
er unsquashfs "$x" ;;
+ *) echo "I don't kno
w
how to extract $x";;
esac
done
}