19 Mar
2008
19 Mar
'08
10:31 a.m.
On Wed, Mar 19, 2008 at 10:16 AM, Zachary Goldberg <zgold550(a)gmail.com> wrote:
On Wed, Mar 19, 2008 at 4:07 AM, John Klehm <xixsimplicityxix(a)gmail.com> wrote:
I was wondering if there was a way to download the data from the appdb?
--John Klehm
I do this every week for the WWN to generate the status changes.
$file = "$year$mon$mday.tar.gz"; `wget -O appdb/wine-appdb-$file ftp://ftp.winehq.org/pub/wine/wine-appdb-$file `;
Thanks! =)