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:
c1d5265
)
fix exe perms, add dsc format
author
Ian Kelling
<ian@iankelling.org>
Mon, 20 Jun 2016 06:26:52 +0000
(23:26 -0700)
committer
Ian Kelling
<ian@iankelling.org>
Fri, 12 Aug 2016 22:57:56 +0000
(15:57 -0700)
ex
[changed mode: 0644->0755]
patch
|
blob
|
history
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