X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=ex;h=775aba89dc69e23ffb7c77c518167c4228c9d1a7;hb=36c6aae170a004b693104289119274e488bfc997;hp=44bb4622737dfd203a6a45d23fd0eb615d3f298d;hpb=c1d5265018efa027591fe20b5d671a9737ba3d05;p=small-misc-bash diff --git a/ex b/ex old mode 100644 new mode 100755 index 44bb462..775aba8 --- a/ex +++ b/ex @@ -50,6 +50,7 @@ See source for exact file extensions." $super umount "$temp_dir" ;; *.r[0-9][0-9]|*.rar ) unrar x "$x" ;; + *.dsc) dpkg-source -x "$x" ;; *) echo "I don't kno how to extract $x";; esac done