From 2a2cc673fd91b156878633b47c695fa3ed0e88a0 Mon Sep 17 00:00:00 2001 From: oranges Date: Tue, 29 Dec 2015 14:00:09 +1300 Subject: [PATCH] untar debian package --- tardown.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tardown.sh diff --git a/tardown.sh b/tardown.sh new file mode 100755 index 0000000..8ec1579 --- /dev/null +++ b/tardown.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# Downloads the upstream tarball and sets up a source package +NAME=toxic +tar xfz "$NAME".debian.tar.xz