Launchpad logo and name.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index ][Thread Index ]

Re: [Launchpad-users] quick kludge wget branches



2009/9/9 Dan MacNeil <dan@xxxxxxxxxx>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> #!/bin/bash
>
> export CODE_NAME=mvhub
>
> wget https://code.launchpad.net/$CODE_NAME -q -O - \
>  | html2text -ascii -nobs -width 300              \
>  | grep lp\:~ | cut -d ' ' -f2                    \
>  | sort

That works, but is it very different to just lp:$CODE_NAME?
-- 
Martin <http://launchpad.net/~mbp/>



This is the launchpad-users mailing list archive — see also the general help for Launchpad.net mailing lists.

(Formatted by MHonArc.)