From: Ian Kelling Date: Mon, 20 Jun 2016 06:26:52 +0000 (-0700) Subject: fix exe perms, add dsc format X-Git-Url: https://iankelling.org/git/?p=small-misc-bash;a=commitdiff_plain;h=36c6aae170a004b693104289119274e488bfc997 fix exe perms, add dsc format --- 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