#!/bin/sh set -e if [ $# -lt 1 ]; then echo "Must supply a deb file" >&2 exit 1 fi ar x "$1" tar -xf data.tar.gz