chiark / gitweb /
ubuntu-daily: flip -a semantics to mean --authenticated, not --anonymous
[bin.git] / deb-extract-file
1 #! /bin/sh
2 set -e
3
4 deb="$1"
5 file=".${2#.}"  # force leading .
6 dpkg --fsys-tarfile "$deb" | tar xOf - "$file"