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:
9a1aaa4
)
add sfs support
author
Ian Kelling
<ian@iankelling.org>
Mon, 15 Aug 2016 02:36:45 +0000
(19:36 -0700)
committer
Ian Kelling
<ian@iankelling.org>
Mon, 15 Aug 2016 02:36:45 +0000
(19:36 -0700)
ex
patch
|
blob
|
history
diff --git
a/ex
b/ex
index 10175a06e8ed6f9c0295881d90671fcac1ffb263..f944f6556f50004f8eab4e005405a8f043c5c0d9 100755
(executable)
--- 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