fix exe perms, add dsc format
authorIan Kelling <ian@iankelling.org>
Mon, 20 Jun 2016 06:26:52 +0000 (23:26 -0700)
committerIan Kelling <ian@iankelling.org>
Fri, 12 Aug 2016 22:57:56 +0000 (15:57 -0700)
ex [changed mode: 0644->0755]

diff --git a/ex b/ex
old mode 100644 (file)
new mode 100755 (executable)
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