On Wed, Mar 19, 2008 at 10:16 AM, Zachary Goldberg zgold550@gmail.com wrote:
On Wed, Mar 19, 2008 at 4:07 AM, John Klehm xixsimplicityxix@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! =)