docs/diploma

diff docs/get-basis-of-my-work.sh @ 17:10408f9ebba6

added docs
author meillo@marmaro.de
date Sat, 27 Sep 2008 18:16:44 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docs/get-basis-of-my-work.sh	Sat Sep 27 18:16:44 2008 +0200
     1.3 @@ -0,0 +1,10 @@
     1.4 +#!/bin/sh
     1.5 +#
     1.6 +# get basis of my work
     1.7 +# requires: wget, dpkg-source
     1.8 +
     1.9 +wget http://ftp.de.debian.org/debian/pool/main/m/masqmail/masqmail_0.2.21-4.dsc
    1.10 +wget http://ftp.de.debian.org/debian/pool/main/m/masqmail/masqmail_0.2.21.orig.tar.gz
    1.11 +wget http://ftp.de.debian.org/debian/pool/main/m/masqmail/masqmail_0.2.21-4.diff.gz
    1.12 +
    1.13 +dpkg-source -x masqmail_0.2.21-4.dsc