2009/9/9 Dan MacNeil <[email protected]>: > -----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/> _______________________________________________ Mailing list: https://launchpad.net/~launchpad-users Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-users More help : https://help.launchpad.net/ListHelp

